diff --git a/src/products/components/ProductVariantCreatorPage/ProductVariantCreatorValues.tsx b/src/products/components/ProductVariantCreatorPage/ProductVariantCreatorValues.tsx index 19acb45d8..74e6fe431 100644 --- a/src/products/components/ProductVariantCreatorPage/ProductVariantCreatorValues.tsx +++ b/src/products/components/ProductVariantCreatorPage/ProductVariantCreatorValues.tsx @@ -36,8 +36,8 @@ const ProductVariantCreatorValues: React.FC = return ( <> {attributes.map(attribute => ( - <> - + + } /> {attribute.values.map(value => ( @@ -65,7 +65,7 @@ const ProductVariantCreatorValues: React.FC = - + ))} );