summaryrefslogtreecommitdiff
path: root/src/lib/home/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-22 16:57:47 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-22 16:57:47 +0700
commita78251dc5cdfdd5438aad3ce7b7e342fceb7275e (patch)
tree15bcbc4ff0936a9c2da84ce656274524f943c3ca /src/lib/home/components
parent1a3bef5d01fb50ad731f269f0a76b5c5fd52813d (diff)
<iman> update category management
Diffstat (limited to 'src/lib/home/components')
-rw-r--r--src/lib/home/components/CategoryDynamic.jsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/home/components/CategoryDynamic.jsx b/src/lib/home/components/CategoryDynamic.jsx
index 244543be..2edd5485 100644
--- a/src/lib/home/components/CategoryDynamic.jsx
+++ b/src/lib/home/components/CategoryDynamic.jsx
@@ -19,11 +19,7 @@ const CategoryDynamic = () => {
}
}
loadPromo()
-
},[]);
-
- console.log("promoItems",promoItems)
-
return (
<div>
{promoItems && promoItems.map((category) => (