fix: rounding units

This commit is contained in:
Manon Brun
2024-04-05 15:57:09 +01:00
parent 47bc3cfbe7
commit 78686faad3

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>