fix(#2386): add in brasil payment price with .00

keep-around/87c78c9d73943179f26bbafe8c20385ec61c221d
Andrei Dekterev 4 years ago
parent adf1d1689c
commit 42fa36f223
  1. 2
      src/features/Price/components/BrazilianPrice/index.tsx

@ -38,7 +38,7 @@ export const BrazilianPrice = ({
} }
<PriceDetails> <PriceDetails>
<Currency>{currency}</Currency> <Currency>{currency}</Currency>
<PriceAmount>{amount}</PriceAmount> <PriceAmount>{amount.toFixed(2)}</PriceAmount>
{ {
perPeriod && ( perPeriod && (
<Period> <Period>

Loading…
Cancel
Save