summaryrefslogtreecommitdiff
path: root/src/lib/product/components/LobSectionCategory.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-30 09:53:35 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-30 09:53:35 +0700
commit593c508bb87451a985a5aec7e9d7bde45b18074b (patch)
tree66b7c34b56b355cefd004ecb5bd6a264c1f9cddd /src/lib/product/components/LobSectionCategory.jsx
parent7f060ad3f3d938a462292721b9c54d1cb9140ad3 (diff)
<iman> update category lob
Diffstat (limited to 'src/lib/product/components/LobSectionCategory.jsx')
-rw-r--r--src/lib/product/components/LobSectionCategory.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/product/components/LobSectionCategory.jsx b/src/lib/product/components/LobSectionCategory.jsx
index 34a09e46..03d6e8c0 100644
--- a/src/lib/product/components/LobSectionCategory.jsx
+++ b/src/lib/product/components/LobSectionCategory.jsx
@@ -22,7 +22,6 @@ const LobSectionCategory = ({ categories }) => {
const handleToggleCategories = () => {
setIsOpenCategory(!isOpenCategory);
};
- console.log("categories",categories[0]?.categoryIds)
const displayedCategories = categories[0]?.categoryIds;