From 0bc5b26a4f07ae18e9a867b9cdd91477f7e92b2f Mon Sep 17 00:00:00 2001 From: hay-kot Date: Tue, 9 Feb 2021 19:23:13 -0900 Subject: [PATCH] cleanup --- .../src/components/Recipe/RecipeEditor/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/Recipe/RecipeEditor/index.vue b/frontend/src/components/Recipe/RecipeEditor/index.vue index b4835ff29..508b9583b 100644 --- a/frontend/src/components/Recipe/RecipeEditor/index.vue +++ b/frontend/src/components/Recipe/RecipeEditor/index.vue @@ -221,18 +221,18 @@ elevation="0" @click="removeStep(index)" > - mdi-delete {{ - $t("recipe.step-index", { step: index + 1 }) - }} + mdi-delete + + {{ $t("recipe.step-index", { step: index + 1 }) }} + + > +