diff --git a/apps/web/src/app/organizations/manage/people.component.ts b/apps/web/src/app/organizations/manage/people.component.ts index c4f62b19926..c4f450a24ca 100644 --- a/apps/web/src/app/organizations/manage/people.component.ts +++ b/apps/web/src/app/organizations/manage/people.component.ts @@ -250,7 +250,7 @@ export class PeopleComponent if ( !user && this.organization.planProductType === ProductType.Free && - this.users.length === this.organization.seats + this.allUsers.length === this.organization.seats ) { // Show org upgrade modal