From 229dbf2ee91e5ca0c9e82c429b44741839272f99 Mon Sep 17 00:00:00 2001 From: Sebastian Fey Date: Thu, 7 Dec 2023 16:15:49 +0100 Subject: [PATCH 1/3] fix(#1945): In recipe print view hide yield calculator, ingredient copy button, ingredient-calculator parsing error Signed-off-by: Sebastian Fey --- src/components/RecipeView/RecipeView.vue | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/components/RecipeView/RecipeView.vue b/src/components/RecipeView/RecipeView.vue index 14c8504ea..d8826cac5 100644 --- a/src/components/RecipeView/RecipeView.vue +++ b/src/components/RecipeView/RecipeView.vue @@ -72,7 +72,10 @@ {{ t('cookbook', 'Servings') }}: - + + {{ recipeYield }} + +