mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +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>
|
></ha-user-badge>
|
||||||
|
|
||||||
<span class="item-text">
|
<span class="item-text">
|
||||||
${this.hass.user ? this.hass.user.name : ""}
|
${this.hass.user?.name}
|
||||||
</span>
|
</span>
|
||||||
</ha-clickable-list-item> `;
|
</ha-clickable-list-item> `;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user