From 320ca79aec5f83042b74135966b4f7a61cafad08 Mon Sep 17 00:00:00 2001 From: unify-master Date: Fri, 31 Jan 2025 13:08:42 -0300 Subject: [PATCH] remove variant selector --- components/product/ProductInfo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/product/ProductInfo.tsx b/components/product/ProductInfo.tsx index 8c19196..640ce4a 100644 --- a/components/product/ProductInfo.tsx +++ b/components/product/ProductInfo.tsx @@ -103,11 +103,11 @@ function ProductInfo({ page }: Props) { {/* Sku Selector */} - {hasValidVariants && ( + {/* hasValidVariants && (
- )} + ) */} {/* Description card */}