mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
Trim whitespace
This commit is contained in:
parent
33578a6289
commit
dce612f944
@ -49,7 +49,7 @@ export class HuiGlanceCard extends HassLocalizeLitMixin(LitElement)
|
||||
};
|
||||
}
|
||||
|
||||
public getCardSize() {
|
||||
public getCardSize() {
|
||||
return (this.config!.title ? 1 : 0) + Math.ceil(this.configEntities!.length / 5);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user