diff --git a/src/views/components/Liquid.vue b/src/views/components/Liquid.vue index 1409b2b..0ac3c00 100644 --- a/src/views/components/Liquid.vue +++ b/src/views/components/Liquid.vue @@ -22,7 +22,7 @@ {{ - `${((container.capacityTotal - container.capacityUsed) / container.capacityTotal) * 100}%` + `${Math.round(((container.capacityTotal - container.capacityUsed) / container.capacityTotal) * 100)}%` }}