mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 18:13:26 +00:00
Merge branch 'master' into soft-delete
This commit is contained in:
@@ -122,7 +122,7 @@ export class PeopleComponent implements OnInit {
|
||||
}
|
||||
|
||||
get allCount() {
|
||||
return this.allUsers.length;
|
||||
return this.allUsers != null ? this.allUsers.length : 0;
|
||||
}
|
||||
|
||||
get invitedCount() {
|
||||
|
||||
Reference in New Issue
Block a user