mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +00:00
prettier
This commit is contained in:
parent
843aa3acb0
commit
b766f2f337
@ -55,9 +55,9 @@ class HassioAddonAudio extends LitElement {
|
|||||||
>
|
>
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
${this._error
|
${this._error
|
||||||
? html`<ha-alert .hass=${this.hass} alert-type="error"
|
? html`<ha-alert .hass=${this.hass} alert-type="error">
|
||||||
>${this._error}</ha-alert
|
${this._error}
|
||||||
>`
|
</ha-alert>`
|
||||||
: ""}
|
: ""}
|
||||||
|
|
||||||
<paper-dropdown-menu
|
<paper-dropdown-menu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user