summaryrefslogtreecommitdiff
path: root/src/lib/category/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-03-13 13:29:17 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-03-13 13:29:17 +0700
commitb261f7fd592965fe60fbfb8842d9769b96988573 (patch)
treebe927fe2ea52db5ad7fd1c7d125e84e080f808b5 /src/lib/category/components
parentb88292ed2c51bc790f91fabbd7f99e882115f328 (diff)
<iman> CR renca benner
Diffstat (limited to 'src/lib/category/components')
-rw-r--r--src/lib/category/components/Category.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/category/components/Category.jsx b/src/lib/category/components/Category.jsx
index 91553295..15bfabc9 100644
--- a/src/lib/category/components/Category.jsx
+++ b/src/lib/category/components/Category.jsx
@@ -14,7 +14,7 @@ const Category = () => {
const [openCategories, setOpenCategory] = useState([]);
const [banner, setBanner] = useState([]);
- const promotionProgram = useQuery('banner-promo-category-card', bannerApi({ type: 'banner-promo-category-card' }));
+ // const promotionProgram = useQuery('banner-promo-category-card', bannerApi({ type: 'banner-promo-category-card' }));
useEffect(() => {
const loadCategories = async () => {