diff --git a/components/product/ProductView/ProductView.tsx b/components/product/ProductView/ProductView.tsx index c0fdd32d2..7928941e4 100644 --- a/components/product/ProductView/ProductView.tsx +++ b/components/product/ProductView/ProductView.tsx @@ -104,7 +104,7 @@ const ProductView: FC = ({ product }) => { {product.options?.map((opt) => (

{opt.displayName}

-
+
{opt.values.map((v, i: number) => { const active = (choices as any)[ opt.displayName.toLowerCase() diff --git a/components/product/Swatch/Swatch.tsx b/components/product/Swatch/Swatch.tsx index 34244321f..a53f703c8 100644 --- a/components/product/Swatch/Swatch.tsx +++ b/components/product/Swatch/Swatch.tsx @@ -39,7 +39,9 @@ const Swatch: FC & Props> = ({