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