From c865bc7769787687dcde00b8d10612beab0b6c0a Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sun, 19 Jun 2022 10:27:32 -0800 Subject: [PATCH] fix: only show scaler when ingredients amounts enabled (#1426) --- frontend/components/Domain/Recipe/RecipeScaleEditButton.vue | 3 ++- frontend/pages/recipe/_slug/index.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipeScaleEditButton.vue b/frontend/components/Domain/Recipe/RecipeScaleEditButton.vue index eb8b6f8188c0..1ca17ce6612d 100644 --- a/frontend/components/Domain/Recipe/RecipeScaleEditButton.vue +++ b/frontend/components/Domain/Recipe/RecipeScaleEditButton.vue @@ -2,7 +2,7 @@