diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-10 15:15:09 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-10 15:15:09 +0700 |
| commit | 46faf7e7ba398a4137e93559b2efa5abf3df9663 (patch) | |
| tree | 8a56330d1e7073742f6472aab2b7ed08d85cc481 | |
| parent | 4007d06f72b3f5acef0c8d7ad1b8b21350206604 (diff) | |
[Renca testing google crowler]
| -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 |
