Skip to content

Commit

Permalink
remove variant selector
Browse files Browse the repository at this point in the history
  • Loading branch information
unify-master committed Jan 31, 2025
1 parent 698164a commit 320ca79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/product/ProductInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ function ProductInfo({ page }: Props) {
</div>

{/* Sku Selector */}
{hasValidVariants && (
{/* hasValidVariants && (
<div className="mt-4 sm:mt-8">
<ProductSelector product={product} />
</div>
)}
) */}

{/* Description card */}
<div class="mt-4 sm:mt-6">
Expand Down

0 comments on commit 320ca79

Please sign in to comment.