diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-27 13:34:00 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-27 13:34:00 +0700 |
| commit | f1910544cf6df50bcb175b66b604f5903f6ae3fa (patch) | |
| tree | 9f9b89488af65a0fd599e178c5d5b4b73ade027d /src/lib/home/components | |
| parent | e5a01976cb665b824b2ad6426a2c52a5bd0964e6 (diff) | |
<iman> update category management for lob
Diffstat (limited to 'src/lib/home/components')
| -rw-r--r-- | src/lib/home/components/CategoryPilihan.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/home/components/CategoryPilihan.jsx b/src/lib/home/components/CategoryPilihan.jsx index 9f184709..5548fc1b 100644 --- a/src/lib/home/components/CategoryPilihan.jsx +++ b/src/lib/home/components/CategoryPilihan.jsx @@ -10,7 +10,6 @@ import useCategoryPilihan from '../hooks/useCategoryPilihan'; const CategoryPilihan = ({ id, categories }) => { const { categoryPilihan } = useCategoryPilihan(); - console.log("categoryPilihan",categoryPilihan) const heroBanner = useQuery('categoryPilihan', bannerApi({ type: 'banner-category-list' })); return ( <section> |
