This commit is contained in:
Thomas Lovén 2019-06-29 20:40:16 +02:00
parent f0486b0cde
commit 03e9f5eb87
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@
.hass=${this.hass} .hass=${this.hass}
@click=${this.clickRow} @click=${this.clickRow}
class=${this.hasMoreInfo(t)?"state-card-dialog":""} class=${this.hasMoreInfo(t)?"state-card-dialog":""}
head
></entity-row-maker> ></entity-row-maker>
`)} `)}
</div> </div>

View File

@ -110,7 +110,6 @@ class FoldEntityRow extends LitElement {
.hass=${this.hass} .hass=${this.hass}
@click=${this.clickRow} @click=${this.clickRow}
class=${this.hasMoreInfo(i) ? 'state-card-dialog' : ''} class=${this.hasMoreInfo(i) ? 'state-card-dialog' : ''}
head
></entity-row-maker> ></entity-row-maker>
`)} `)}
</div> </div>