From a4e1b567f0809d516718fde442e4094d018a7bcd Mon Sep 17 00:00:00 2001 From: hay-kot Date: Wed, 5 May 2021 10:42:50 -0800 Subject: [PATCH] fix recipe yield --- frontend/src/components/Recipe/RecipeViewer/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Recipe/RecipeViewer/index.vue b/frontend/src/components/Recipe/RecipeViewer/index.vue index ea44bf2a5..a138940a3 100644 --- a/frontend/src/components/Recipe/RecipeViewer/index.vue +++ b/frontend/src/components/Recipe/RecipeViewer/index.vue @@ -8,7 +8,7 @@ - {{ recipe.yields }} + {{ recipe.recipeYield }}