1
0
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:
Jimmy Vo
2024-12-13 17:50:39 -05:00
parent 749c178826
commit 007a665314

View File

@@ -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(