mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 10:23:52 +00:00
Fix bug caused by using the wrong user type for seat calculation
This commit is contained in:
@@ -108,7 +108,7 @@ export class MembersComponent extends BaseMembersComponent<OrganizationUserView>
|
||||
protected rowHeightClass = `tw-h-[69px]`;
|
||||
|
||||
get occupiedSeatCount(): number {
|
||||
return this.dataSource.acceptedUserCount;
|
||||
return this.dataSource.activeUserCount;
|
||||
}
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user