diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue
index 470b84716..2b1e3b9b8 100644
--- a/vue/src/apps/RecipeView/RecipeView.vue
+++ b/vue/src/apps/RecipeView/RecipeView.vue
@@ -75,7 +75,8 @@
-
+
@@ -103,13 +104,6 @@
:style="{ 'max-height': ingredient_height }"/>
-
-
@@ -137,10 +131,19 @@
+
+
+
x.ingredients).flat().length
},
- working_time: function() {
- return calculateHourMinuteSplit(this.recipe.working_time)},
- waiting_time: function() {
- return calculateHourMinuteSplit(this.recipe.waiting_time)},
+ working_time: function () {
+ return calculateHourMinuteSplit(this.recipe.working_time)
+ },
+ waiting_time: function () {
+ return calculateHourMinuteSplit(this.recipe.waiting_time)
+ },
},
data() {
return {