summaryrefslogtreecommitdiff
path: root/src/lib/product/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-04 09:54:44 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-04 09:54:44 +0700
commitf6a398c036d2ab833ecb798fa88e641e2f801bb0 (patch)
tree7aead541e26b5166ae3d2049fc732c7030e4e9c6 /src/lib/product/components
parentcbdeecd2fb8770afe46a374292e6ed3e5ec48214 (diff)
parentad168bf46919b46f708625b7d2fdc56606ec9af6 (diff)
Merge branch 'update-allPromo-fetch' into backup-release
Diffstat (limited to 'src/lib/product/components')
-rw-r--r--src/lib/product/components/ProductSearch.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/product/components/ProductSearch.jsx b/src/lib/product/components/ProductSearch.jsx
index eaeac71a..ab55cae0 100644
--- a/src/lib/product/components/ProductSearch.jsx
+++ b/src/lib/product/components/ProductSearch.jsx
@@ -87,7 +87,6 @@ const ProductSearch = ({
recurse(category);
return ids;
};
-
useEffect(() => {
if(prefixUrl.includes('category')){
const ids = collectIds(dataCategoriesProduct);