From 8064d88742a875fd438ba987f1f091749b73af1a Mon Sep 17 00:00:00 2001 From: Marush Denchev Date: Tue, 9 May 2023 10:01:07 +0300 Subject: [PATCH] #1174 Replace invalid value for wrap property --- .../app/components/item-variant/item-price.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/template-retail-react-app/app/components/item-variant/item-price.jsx b/packages/template-retail-react-app/app/components/item-variant/item-price.jsx index abc89c2ac6..5f165c2476 100644 --- a/packages/template-retail-react-app/app/components/item-variant/item-price.jsx +++ b/packages/template-retail-react-app/app/components/item-variant/item-price.jsx @@ -61,7 +61,7 @@ const ItemPrice = ({currency, align = 'right', baseDirection = 'column', ...prop justifyContent={align === 'left' ? 'flex-start' : 'flex-end'} alignItems="baseline" spacing={hasDiscount ? 0 : 1} - wrap="row" + wrap="nowrap" {...props} > {basePrice && price !== basePrice && (