mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Fix Quick bar having false text (#11474)
This commit is contained in:
parent
df1d703e4e
commit
c66dfb84f9
@ -185,13 +185,14 @@ export class QuickBar extends LitElement {
|
|||||||
.label=${this.hass!.localize("ui.common.clear")}
|
.label=${this.hass!.localize("ui.common.clear")}
|
||||||
.path=${mdiClose}
|
.path=${mdiClose}
|
||||||
></ha-icon-button>`}
|
></ha-icon-button>`}
|
||||||
${this._narrow &&
|
${this._narrow
|
||||||
html`
|
? html`
|
||||||
<mwc-button
|
<mwc-button
|
||||||
.label=${this.hass!.localize("ui.common.close")}
|
.label=${this.hass!.localize("ui.common.close")}
|
||||||
@click=${this.closeDialog}
|
@click=${this.closeDialog}
|
||||||
></mwc-button>
|
></mwc-button>
|
||||||
`}
|
`
|
||||||
|
: ""}
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
: ""}
|
: ""}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user