summaryrefslogtreecommitdiff
path: root/src/lib/product/components/LobSectionCategory.jsx
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-07-30 02:54:18 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-07-30 02:54:18 +0000
commit047bf0473f84c1c3146dcf362b1e4b328cb630d5 (patch)
tree548648436b2b3c3b9c7742cfea322261add7b610 /src/lib/product/components/LobSectionCategory.jsx
parent50f0173e5b644a877bfd98f5e34dd96ddf88b8a5 (diff)
parent593c508bb87451a985a5aec7e9d7bde45b18074b (diff)
Merged in Feature/category-management (pull request #182)
<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;