From ca6ae8e49f014307ce34ae97b110164eb802ce72 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 28 Oct 2025 21:10:04 +0700 Subject: remove wishlist & brand prod mobile variant --- src/lib/product/components/Product/ProductMobileVariant.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/product/components/Product/ProductMobileVariant.jsx b/src/lib/product/components/Product/ProductMobileVariant.jsx index 79e73f7b..d3d22d80 100644 --- a/src/lib/product/components/Product/ProductMobileVariant.jsx +++ b/src/lib/product/components/Product/ProductMobileVariant.jsx @@ -342,7 +342,7 @@ const ProductMobileVariant = ({ product, wishlist, toggleWishlist }) => { />
-
+ {/*
{product.manufacture?.name ? ( { )} -
+
*/}

{activeVariant?.name}

-- cgit v1.2.3