summaryrefslogtreecommitdiff
path: root/src/pages/shop
diff options
context:
space:
mode:
authortrisusilo48 <tri.susilo@altama.co.id>2024-09-11 10:04:09 +0700
committertrisusilo48 <tri.susilo@altama.co.id>2024-09-11 10:04:09 +0700
commit768e5a550c07bdcfb7fda779163458e0c9762902 (patch)
treed44236911d0fea32fa582fb739ebac8ab325a064 /src/pages/shop
parent1e8959ef719689bc8ddd2477fa12e960f4c9a759 (diff)
parent46faf7e7ba398a4137e93559b2efa5abf3df9663 (diff)
Merge branch 'release' into CR/search_enggine
Diffstat (limited to 'src/pages/shop')
-rw-r--r--src/pages/shop/brands/[slug].jsx7
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