mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +00:00
Fix user initial in sidebar (#2777)
This commit is contained in:
parent
3b008b6359
commit
b6b224be77
@ -83,7 +83,7 @@ class HaSidebar extends LitElement {
|
|||||||
${hass.user
|
${hass.user
|
||||||
? html`
|
? html`
|
||||||
<a href="/profile">
|
<a href="/profile">
|
||||||
<ha-user-badge user=${hass.user}></ha-user-badge>
|
<ha-user-badge .user=${hass.user}></ha-user-badge>
|
||||||
</a>
|
</a>
|
||||||
`
|
`
|
||||||
: ""}
|
: ""}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user