mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 20:56:36 +00:00
Update src/components/ha-sidebar.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
b6cf935953
commit
f138ec8ce0
@ -535,7 +535,7 @@ class HaSidebar extends LitElement {
|
||||
></ha-user-badge>
|
||||
|
||||
<span class="item-text">
|
||||
${this.hass.user ? this.hass.user.name : ""}
|
||||
${this.hass.user?.name}
|
||||
</span>
|
||||
</ha-clickable-list-item> `;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user