From d31196d378a943eae93caa0920d925f1704d7984 Mon Sep 17 00:00:00 2001 From: nospeedlimitindonesia Date: Sat, 27 Jul 2024 19:59:33 +0000 Subject: [PATCH] ok --- src/App.js | 2 ++ src/pages/SearchResult.js | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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={ <>