From 696250feca40e54199e8a0a1b2dfc8198efab601 Mon Sep 17 00:00:00 2001 From: Dawid Tarasiuk Date: Fri, 12 Jun 2020 12:35:38 +0200 Subject: [PATCH] Removed Pricing card for configurable products --- .../ProductCreatePage/ProductCreatePage.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/products/components/ProductCreatePage/ProductCreatePage.tsx b/src/products/components/ProductCreatePage/ProductCreatePage.tsx index 897a41e40..19a017726 100644 --- a/src/products/components/ProductCreatePage/ProductCreatePage.tsx +++ b/src/products/components/ProductCreatePage/ProductCreatePage.tsx @@ -232,16 +232,16 @@ export const ProductCreatePage: React.FC = ({ /> )} - - {!!productType && !productType.hasVariants && ( <> + +