diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-13 09:16:04 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-13 09:16:04 +0700 |
| commit | 26cee59f3abad5a9c45821ebdccc8ccb819c930b (patch) | |
| tree | 6d90eef71db8d1ab9b456b43aef36b5873d13998 /src/lib/category/components/Category.jsx | |
| parent | 6115a7b9e9e1cd2231c946609cb1ceac6d167386 (diff) | |
| parent | 80295b97150495f56bd236a5345c2ddeb8313267 (diff) | |
Merge branch 'CR/breadcrumb' into CR/UI
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 af696d42..e6ea5acf 100644 --- a/src/lib/category/components/Category.jsx +++ b/src/lib/category/components/Category.jsx @@ -30,7 +30,7 @@ const Category = () => { return ( <DesktopView> <div className='category-mega-box'> - {categories.map((category) => ( + {categories?.map((category) => ( <div key={category.id}> <Link href={createSlug('/shop/category/', category.name, category.id)} |
