diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-22 16:57:47 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-22 16:57:47 +0700 |
| commit | a78251dc5cdfdd5438aad3ce7b7e342fceb7275e (patch) | |
| tree | 15bcbc4ff0936a9c2da84ce656274524f943c3ca /src/pages | |
| parent | 1a3bef5d01fb50ad731f269f0a76b5c5fd52813d (diff) | |
<iman> update category management
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 0255e239..cdbe0dd0 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -158,7 +158,7 @@ export default function Home({categoryId}) { <PromotinProgram /> </DelayRender> <DelayRender renderAfter={600}> - {/* <CategoryPilihan categories={dataCategories}/> */} + <CategoryPilihan categories={dataCategories}/> <CategoryDynamicMobile/> </DelayRender> <DelayRender renderAfter={800}> |
