mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Fix extra space in energy-dist-card (#12905)
This commit is contained in:
parent
578ff5b53f
commit
dbaf955525
@ -489,8 +489,8 @@ class HuiEnergyDistrubutionCard
|
||||
<ha-svg-icon
|
||||
class="small"
|
||||
.path=${mdiArrowUp}
|
||||
></ha-svg-icon>
|
||||
${formatNumber(totalBatteryOut || 0, this.hass.locale, {
|
||||
></ha-svg-icon
|
||||
>${formatNumber(totalBatteryOut || 0, this.hass.locale, {
|
||||
maximumFractionDigits: 1,
|
||||
})}
|
||||
kWh</span
|
||||
|
Loading…
x
Reference in New Issue
Block a user