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>
<Currency>{currency}</Currency>
<PriceAmount>{amount}</PriceAmount>
<PriceAmount>{amount.toFixed(2)}</PriceAmount>
{
perPeriod && (
<Period>

Loading…
Cancel
Save