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" && {