Fix #54
This commit is contained in:
parent
f0486b0cde
commit
03e9f5eb87
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user