wip switcher

This commit is contained in:
vabene1111
2022-01-17 18:15:23 +01:00
parent 3f53a924e1
commit a539d14aad
2 changed files with 2 additions and 5 deletions

View File

@ -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)