diff --git a/js/menu.js b/js/menu.js index 3670a4d..94805ea 100644 --- a/js/menu.js +++ b/js/menu.js @@ -47,7 +47,7 @@ function handlemenufilter() { } else { for (const item of products) { if (item.type === activeMenu) { - items.push(createMenuItem(item.name, item.price, item.img, el.thumbnail)) + items.push(createMenuItem(item.name, item.price, item.img, item.thumbnail)) } }