Fix #54
This commit is contained in:
parent
f0486b0cde
commit
03e9f5eb87
@ -23,7 +23,6 @@
|
||||
.hass=${this.hass}
|
||||
@click=${this.clickRow}
|
||||
class=${this.hasMoreInfo(t)?"state-card-dialog":""}
|
||||
head
|
||||
></entity-row-maker>
|
||||
`)}
|
||||
</div>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user