mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
[PM-5936] Add additional null organization checks (#7707)
This commit is contained in:
@@ -77,7 +77,7 @@ export class VaultHeaderComponent {
|
||||
return this.i18nService.t("unassigned");
|
||||
}
|
||||
|
||||
return `${this.organization.name} ${headerType}`;
|
||||
return `${this.organization?.name} ${headerType}`;
|
||||
}
|
||||
|
||||
protected get showBreadcrumbs() {
|
||||
|
||||
Reference in New Issue
Block a user