diff --git a/src/components/ha-tab.ts b/src/components/ha-tab.ts
index da172e1fab..106ebd6211 100644
--- a/src/components/ha-tab.ts
+++ b/src/components/ha-tab.ts
@@ -42,9 +42,7 @@ export class HaTab extends LitElement {
@keydown=${this._handleKeyDown}
>
${this.narrow ? html`` : ""}
- ${!this.narrow || this.active
- ? html`${this.name}`
- : ""}
+ ${this.name}
${this._shouldRenderRipple ? html`` : ""}
`;