mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
AC-2617 update vault header to have loading text on slow connection(#11121)
This commit is contained in:
parent
5f25bd93cd
commit
ece6f8aae2
@ -122,7 +122,9 @@ export class VaultHeaderComponent implements OnInit {
|
||||
return this.i18nService.t("unassigned");
|
||||
}
|
||||
|
||||
return `${this.organization?.name} ${headerType}`;
|
||||
return this.organization?.name
|
||||
? `${this.organization?.name} ${headerType}`
|
||||
: this.i18nService.t("collections");
|
||||
}
|
||||
|
||||
get icon() {
|
||||
|
Loading…
Reference in New Issue
Block a user