diff --git a/vue/src/components/PropertyViewComponent.vue b/vue/src/components/PropertyViewComponent.vue index 09106890..ad4fe7df 100644 --- a/vue/src/components/PropertyViewComponent.vue +++ b/vue/src/components/PropertyViewComponent.vue @@ -35,8 +35,8 @@ {{ p.name }} - {{ p.property_amount_per_serving }} - {{ p.property_amount_total }} + {{ roundDecimals(p.property_amount_per_serving) }} + {{ roundDecimals(p.property_amount_total) }} {{ p.unit }} @@ -79,7 +79,7 @@