mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-06 14:48:02 -05:00
fix: rounding units
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
<i class="text-warning fas fa-exclamation-triangle"></i>
|
<i class="text-warning fas fa-exclamation-triangle"></i>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
{{ f.value }} {{ selected_property.unit }}
|
{{ roundDecimals(f.value) }} {{ selected_property.unit }}
|
||||||
</template>
|
</template>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user