From bd4008ac5c2a22c1d99239ba0691cfb8ef0e9aea Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 14 Dec 2022 17:48:03 +0700 Subject: add to cart, cart page, change cart item quantity --- src/pages/shop/brands/[slug].js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages/shop/brands') diff --git a/src/pages/shop/brands/[slug].js b/src/pages/shop/brands/[slug].js index 320c4454..b04d2715 100644 --- a/src/pages/shop/brands/[slug].js +++ b/src/pages/shop/brands/[slug].js @@ -88,8 +88,8 @@ export default function BrandDetail({ -

Produk

-
+

Produk

+
{productFound > 0 ? ( <> Menampilkan  -- cgit v1.2.3