mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 12:26:35 +00:00
Prettier Fixes
This commit is contained in:
parent
698beedaa2
commit
35941a58a5
@ -62,7 +62,8 @@ class HuiGlanceCard extends HassLocalizeLitMixin(LitElement)
|
||||
}
|
||||
}
|
||||
|
||||
const columnWidth = config.entities.length > 4 ? "20%" : `${100 / config.entities.length}%`
|
||||
const columnWidth =
|
||||
config.entities.length > 4 ? "20%" : `${100 / config.entities.length}%`;
|
||||
|
||||
this.style.setProperty(
|
||||
"--glance-column-width",
|
||||
|
Loading…
x
Reference in New Issue
Block a user