diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-05 17:07:35 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-05 17:07:35 +0700 |
| commit | 54fca7062ee0963d6ea6a22a82fba7fa3fa516e5 (patch) | |
| tree | fe798366f2d39a4d359efbf1a1b1a6761d37847e /src/lib/category/components/Category.jsx | |
| parent | aaac6b72dddf8ef8460941797a1f6d88f289f726 (diff) | |
<iman> update category management
Diffstat (limited to 'src/lib/category/components/Category.jsx')
| -rw-r--r-- | src/lib/category/components/Category.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/category/components/Category.jsx b/src/lib/category/components/Category.jsx index 1f3d7a51..ff958378 100644 --- a/src/lib/category/components/Category.jsx +++ b/src/lib/category/components/Category.jsx @@ -31,7 +31,7 @@ const Category = () => { } loadCategories() }, []) - console.log("categories",categories) + // console.log("categories",categories) return ( <DesktopView> |
