From 1b7eac3596200e016e86dafb851b3365dd2e8771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20=C5=BBegle=C5=84?= Date: Fri, 10 Apr 2020 13:14:43 +0200 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Krzysztof Wolski --- .../ProductVariantCreatorContent.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/products/components/ProductVariantCreatorPage/ProductVariantCreatorContent.tsx b/src/products/components/ProductVariantCreatorPage/ProductVariantCreatorContent.tsx index 4e6d935a6..04db35746 100644 --- a/src/products/components/ProductVariantCreatorPage/ProductVariantCreatorContent.tsx +++ b/src/products/components/ProductVariantCreatorPage/ProductVariantCreatorContent.tsx @@ -75,7 +75,7 @@ const ProductVariantCreatorContent: React.FC : ProductVariantCreateReducerActionType.applyStockToAll }) } - // Stock change is not fixed in this PR so we wo't include it here + // TODO: Stock change is not fixed in this PR so we won't include it here onApplyToAllChange={(price, type) => dispatchFormDataAction( type === "price" && { @@ -98,7 +98,7 @@ const ProductVariantCreatorContent: React.FC : ProductVariantCreateReducerActionType.changeApplyStockToAttributeId }) } - // Stock change is not fixed in this PR so we wo't include it here + // TODO: Stock change is not fixed in this PR so we won't include it here onAttributeValueChange={(valueId, price, type) => dispatchFormDataAction( type === "price" && {