perbaikan max lenght device

This commit is contained in:
2024-07-08 15:17:23 +07:00
parent 4c229e994a
commit 15ae21bf9c
4 changed files with 5 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
<div class="media-body text-left">
<h5 style="color: #ffffff">Kwh Consumption</h5>
<h3 style="color: #ffffff">
{{ topCard?.kwh_consumption ? topCard?.kwh_consumption.toFixed(1) : 0 }} Kwh
{{ topCard?.kwh_consumption ? topCard?.kwh_consumption.toFixed(3) : 0 }} Kwh
</h3>
</div>
<div class="align-self-center">