diff --git a/frontend/components/Domain/ShoppingList/ShoppingListItem.vue b/frontend/components/Domain/ShoppingList/ShoppingListItem.vue
index 64f0c50a8..193ff6237 100644
--- a/frontend/components/Domain/ShoppingList/ShoppingListItem.vue
+++ b/frontend/components/Domain/ShoppingList/ShoppingListItem.vue
@@ -7,23 +7,18 @@
no-gutters
class="flex-nowrap align-center"
>
- {
- listItem.checked = !listItem.checked
- $emit('checked', listItem)
- }"
- >
-
+
+
{
+ listItem.checked = !listItem.checked
+ $emit('checked', listItem)
+ }"
/>
-
-
+
+
-
-
-
-
-
-
- {{ $globals.icons.potSteam }}
-
-
-
- Toggle Recipes
-
-
-
- {{ $globals.icons.edit }}
-
-
-
-
- {{ $globals.icons.arrowUpDown }}
-
-
-
-
-
-
- {{ action.text }}
-
-
-
-
-
+
+
+
+
+
+
+ {{ $globals.icons.potSteam }}
+
+
+
+ Toggle Recipes
+
+
+
+ {{ $globals.icons.edit }}
+
+
+
+
+ {{ $globals.icons.arrowUpDown }}
+
+
+
+
+
+
+ {{ action.text }}
+
+
+
+
+
+