diff --git a/src/App.js b/src/App.js index a839358..6119e63 100644 --- a/src/App.js +++ b/src/App.js @@ -75,6 +75,7 @@ function App() { useEffect(() => { async function fetchData() { + console.log("gettingItems"); try { const { response, data } = await getItemTypesWithItems(shopId); console.log(data); @@ -234,6 +235,7 @@ function App() { element={ <>