mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-06 14:48:02 -05:00
actual meal plan fixes
This commit is contained in:
@@ -701,10 +701,10 @@
|
|||||||
let first = true
|
let first = true
|
||||||
for (let se of this.shopping_list) {
|
for (let se of this.shopping_list) {
|
||||||
if (first) {
|
if (first) {
|
||||||
url += `?r=[${se.recipe},${se.servings}]`
|
url += `?r=[${se.recipe.id},${se.servings}]`
|
||||||
first = false
|
first = false
|
||||||
} else {
|
} else {
|
||||||
url += `&r=[${se.recipe},${se.servings}]`
|
url += `&r=[${se.recipe.id},${se.servings}]`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return url
|
return url
|
||||||
|
|||||||
Reference in New Issue
Block a user