Merge pull request #3095 from Manon-ds/fixRounding

fix: rounding units
This commit is contained in:
vabene1111
2024-04-14 18:21:28 +02:00
committed by GitHub

View File

@@ -67,7 +67,7 @@
<i class="text-warning fas fa-exclamation-triangle"></i>
</template>
<template v-else>
{{ f.value }} {{ selected_property.unit }}
{{ roundDecimals(f.value) }} {{ selected_property.unit }}
</template>
</td>
</tr>