diff --git a/frontend/components/Domain/ShoppingList/ShoppingListItem.vue b/frontend/components/Domain/ShoppingList/ShoppingListItem.vue index 8934ae1898f9..973d7160dd0f 100644 --- a/frontend/components/Domain/ShoppingList/ShoppingListItem.vue +++ b/frontend/components/Domain/ShoppingList/ShoppingListItem.vue @@ -110,7 +110,7 @@ interface actions { } export default defineComponent({ - components: { ShoppingListItemEditor, MultiPurposeLabel, RecipeIngredientListItem }, + components: { ShoppingListItemEditor, MultiPurposeLabel, RecipeList, RecipeIngredientListItem }, props: { value: { type: Object as () => ShoppingListItemOut,