diff --git a/components/product/variant-selector.tsx b/components/product/variant-selector.tsx index 1cbc0ffbe..ff66c0fd9 100644 --- a/components/product/variant-selector.tsx +++ b/components/product/variant-selector.tsx @@ -96,7 +96,7 @@ export function VariantSelector({ leaveFrom="opacity-100 backdrop-blur-[.5px]" leaveTo="opacity-0 backdrop-blur-none" > -
+Manufactured & Used Options
@@ -123,6 +123,8 @@ export function VariantSelector({ className="flex-grow flex-col space-y-4 overflow-auto px-2 py-4" > {option.values.map((value) => { + console.log('option', option); + console.log('variants', variants); const optionNameLowerCase = option.name.toLowerCase(); const optionSearchParams = new URLSearchParams(searchParams.toString()); @@ -209,10 +211,10 @@ export function VariantSelector({ /> ) : null}