From e4505cf4270a3330d983a9f59373c21fdff8eb27 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Thu, 2 Apr 2020 11:59:35 +0200 Subject: [PATCH] Add missing key --- .../ProductVariantCreatorValues.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = - + ))} );