diff --git a/components/product/variant-selector.tsx b/components/product/variant-selector.tsx index 680d6d0c3..188a5b406 100644 --- a/components/product/variant-selector.tsx +++ b/components/product/variant-selector.tsx @@ -108,13 +108,14 @@ export function VariantSelector({ const DynamicTag = isAvailableForSale ? Link : 'p'; const dynamicProps = { - ...(isAvailableForSale && { href: optionUrl, scroll: false }) + ...(isAvailableForSale && { scroll: false }) }; return (