mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
Fix classname
This commit is contained in:
parent
4d7bb0df7d
commit
6b85910cdb
@ -106,7 +106,7 @@ export class HuiGlanceCard extends LitElement implements LovelaceCard {
|
||||
|
||||
return html`
|
||||
<ha-card .header="${title}">
|
||||
<div class="entities ${classMap({ "no-header": !title })}">
|
||||
<div class="${classMap({ entities: true, "no-header": !title })}">
|
||||
${this._configEntities!.map((entityConf) =>
|
||||
this.renderEntity(entityConf)
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user