diff --git a/src/components/shopping/MealSelectionList.vue b/src/components/shopping/MealSelectionList.vue index faa0643..b68b251 100644 --- a/src/components/shopping/MealSelectionList.vue +++ b/src/components/shopping/MealSelectionList.vue @@ -4,9 +4,9 @@
, and
-
- {{ source.quantity.value }} {{ source.quantity.unit }} for {{ source.person.name }}
+
+ {{ source.ingredient.quantity }} {{ source.ingredient.unit }} for {{ source.person.name }}
-
- {{ source.quantity.value }} {{ source.quantity.unit }}
+
+ {{ source.ingredient.quantity }} {{ source.ingredient.unit }}
in Meals
- Shopping List
+ Included Meals
+