+
+
+
- Used Ingredients ({{ recipe.usedIngredientCount}})
+ -
+ {{ recipe.usedIngredients.map((item) => item.name).join(", ") }}
+
+
+
+
- Missing Ingredients ({{ recipe.missedIngredientCount }})
+ -
+ {{ recipe.missedIngredients.map((item) => item.name).join(", ") }}
+
+
+
+