From f23110919491d8de5beed091dfd5d575b1fb2430 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Sat, 20 Aug 2022 02:01:55 -0500 Subject: [PATCH] fix: print view for recipes with multiple ingredient sections (#1580) * fix for recipes with multiple ingredient sections * removed unused key --- frontend/components/Domain/Recipe/RecipePrintView.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipePrintView.vue b/frontend/components/Domain/Recipe/RecipePrintView.vue index 35e4cbb60b96..668dc480c21e 100644 --- a/frontend/components/Domain/Recipe/RecipePrintView.vue +++ b/frontend/components/Domain/Recipe/RecipePrintView.vue @@ -22,11 +22,11 @@ :key="`ingredient-section-${sectionIndex}`" class="print-section" > -
+

+ {{ ingredientSection.ingredients[0].title }} +

+