diff --git a/webapp/src/components/InverterTotalInfo.vue b/webapp/src/components/InverterTotalInfo.vue
index a1f0a315..d811bd03 100644
--- a/webapp/src/components/InverterTotalInfo.vue
+++ b/webapp/src/components/InverterTotalInfo.vue
@@ -99,7 +99,7 @@
:text="$t('invertertotalinfo.BatteryCharge')"
>
-
+
{{
$n(totalBattData.soc.v, 'decimal', {
minimumFractionDigits: totalBattData.soc.d,
@@ -111,7 +111,7 @@
-
+
{{
$n(totalBattData.voltage.v, 'decimal', {
minimumFractionDigits: totalBattData.voltage.d,
@@ -131,7 +131,7 @@
:text="$t('invertertotalinfo.BatteryPower')"
>
-
+
{{
$n(totalBattData.power.v, 'decimal', {
minimumFractionDigits: totalBattData.power.d,
@@ -143,7 +143,7 @@
-
+
{{
$n(totalBattData.current.v, 'decimal', {
minimumFractionDigits: totalBattData.current.d,