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}
@click=${this.clickRow}
class=${this.hasMoreInfo(t)?"state-card-dialog":""}
head
></entity-row-maker>
`)}
</div>

View File

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