diff --git a/apps/web/src/app/organizations/manage/people.component.ts b/apps/web/src/app/organizations/manage/people.component.ts index c4f62b1992..c4f450a24c 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