Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
Icaruk committed May 12, 2024
1 parent 6f222a8 commit 15f07cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
]
},
},
"include": [
"src"
],
"exclude": [
"node_modules",
"dist",
".git"
".git",
"src/data/items.js",
"src/data/v2/items.js"
]
}
10 changes: 5 additions & 5 deletions src/pages/home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -645,11 +645,11 @@ export default observer(function Home() {
payload: _payload,
});
}}
onGetIngredients={() =>
getIngredients({
groupId: _group.id,
})
}
// onGetIngredients={() =>
// getIngredients({
// groupId: _group.id,
// })
// }
/>
);
})}
Expand Down

0 comments on commit 15f07cd

Please sign in to comment.