1
0
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:
Chad Scharf
2020-05-08 09:32:59 -04:00
10 changed files with 32 additions and 15 deletions

View File

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