diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-11 10:04:09 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-11 10:04:09 +0700 |
| commit | 768e5a550c07bdcfb7fda779163458e0c9762902 (patch) | |
| tree | d44236911d0fea32fa582fb739ebac8ab325a064 /src/pages/shop | |
| parent | 1e8959ef719689bc8ddd2477fa12e960f4c9a759 (diff) | |
| parent | 46faf7e7ba398a4137e93559b2efa5abf3df9663 (diff) | |
Merge branch 'release' into CR/search_enggine
Diffstat (limited to 'src/pages/shop')
| -rw-r--r-- | src/pages/shop/brands/[slug].jsx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pages/shop/brands/[slug].jsx b/src/pages/shop/brands/[slug].jsx index 88e9b302..ed6724ea 100644 --- a/src/pages/shop/brands/[slug].jsx +++ b/src/pages/shop/brands/[slug].jsx @@ -18,9 +18,10 @@ export default function BrandDetail() { const brandName = getNameFromSlug(slug) const id = getIdFromSlug(slug) const {brand} = useBrand({id}) - if ( !brand.isLoading && _.isEmpty(brand.data)) { - return <PageNotFound />; - } + // if ( !brand.isLoading && _.isEmpty(brand.data)) { + // console.log('ini masuk pak') + // return <PageNotFound />; + // } return ( <BasicLayout> <Seo |
