Remove extra >

This commit is contained in:
Paulus Schoutsen 2018-11-13 17:04:15 +01:00
parent b533e4d093
commit 4407da9364

View File

@ -46,7 +46,6 @@ class HuiTextEntityRow extends hassLocalizeLitMixin(LitElement)
return html` return html`
${this.renderStyle()} ${this.renderStyle()}
<hui-generic-entity-row .hass="${this.hass}" .config="${this._config}"> <hui-generic-entity-row .hass="${this.hass}" .config="${this._config}">
>
<div> <div>
${computeStateDisplay(this.localize, stateObj, this.hass.language)} ${computeStateDisplay(this.localize, stateObj, this.hass.language)}
</div> </div>