From 1d7c06352cf5909f582a5415226c26ebc041ca4c Mon Sep 17 00:00:00 2001 From: sephrat <34862846+sephrat@users.noreply.github.com> Date: Thu, 17 Jun 2021 17:11:52 +0200 Subject: [PATCH] Always display ingredients in edit mode (#543) * Always display ingredients in edit mode Fixes #538 * Remove unused code Was wrongfully commited --- frontend/src/components/Recipe/Parts/Ingredients.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Recipe/Parts/Ingredients.vue b/frontend/src/components/Recipe/Parts/Ingredients.vue index 8164a68a8e9b..79721f0b205a 100644 --- a/frontend/src/components/Recipe/Parts/Ingredients.vue +++ b/frontend/src/components/Recipe/Parts/Ingredients.vue @@ -1,5 +1,5 @@