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.i18nService.t("unassigned");
|
||||||
}
|
}
|
||||||
|
|
||||||
return `${this.organization?.name} ${headerType}`;
|
return this.organization?.name
|
||||||
|
? `${this.organization?.name} ${headerType}`
|
||||||
|
: this.i18nService.t("collections");
|
||||||
}
|
}
|
||||||
|
|
||||||
get icon() {
|
get icon() {
|
||||||
|
|
Loading…
Reference in New Issue