mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 04:39:54 -05:00
wip switcher
This commit is contained in:
@@ -108,9 +108,6 @@ export default {
|
||||
let recipe_ids = []
|
||||
recipe_list.forEach((recipe) => {
|
||||
let id = recipe.id
|
||||
if (id === undefined){
|
||||
id = recipe
|
||||
}
|
||||
|
||||
if (!recipe_ids.includes(id)) {
|
||||
recipe_ids.push(id)
|
||||
|
||||
Reference in New Issue
Block a user