From d1b237f5c1d93f144ae7432426fe61f0fc3ab5a4 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Wed, 28 Apr 2021 18:58:48 -0800 Subject: [PATCH] fix hide/show when no tags/categories --- frontend/src/components/Recipe/RecipeViewer/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Recipe/RecipeViewer/index.vue b/frontend/src/components/Recipe/RecipeViewer/index.vue index 2430dca6b..b22fe4218 100644 --- a/frontend/src/components/Recipe/RecipeViewer/index.vue +++ b/frontend/src/components/Recipe/RecipeViewer/index.vue @@ -33,7 +33,8 @@
- + > {{ $t("recipe.categories") }} @@ -42,7 +43,7 @@ - + {{ $t("recipe.tags") }}