Skip to content

Commit

Permalink
#1174 Replace invalid value for wrap property (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdenchev-aiopsgroup committed May 9, 2023
1 parent 0882a53 commit 620cc47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 && (
Expand Down

0 comments on commit 620cc47

Please sign in to comment.