mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-02 08:54:03 +00:00
Fix active tab (#10654)
This commit is contained in:
@@ -85,7 +85,7 @@ class HassTabsSubpage extends LitElement {
|
||||
<a href=${page.path}>
|
||||
<ha-tab
|
||||
.hass=${this.hass}
|
||||
.active=${page === activeTab}
|
||||
.active=${page.path === activeTab?.path}
|
||||
.narrow=${this.narrow}
|
||||
.name=${page.translationKey
|
||||
? localizeFunc(page.translationKey)
|
||||
|
||||
Reference in New Issue
Block a user