Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
osama1403 committed Jan 26, 2024
1 parent 17995d2 commit 13ec7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}

}
Expand Down

0 comments on commit 13ec7bb

Please sign in to comment.