mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 06:46:35 +00:00
Remove extra > (#2062)
This commit is contained in:
parent
adb39fd820
commit
8c2a2fc043
@ -47,7 +47,6 @@ class HuiGroupEntityRow extends hassLocalizeLitMixin(LitElement)
|
|||||||
|
|
||||||
return html`
|
return html`
|
||||||
<hui-generic-entity-row .hass="${this.hass}" .config="${this._config}">
|
<hui-generic-entity-row .hass="${this.hass}" .config="${this._config}">
|
||||||
>
|
|
||||||
${
|
${
|
||||||
this._computeCanToggle(stateObj.attributes.entity_id)
|
this._computeCanToggle(stateObj.attributes.entity_id)
|
||||||
? html`
|
? html`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user