From 48f3aed2600f08e35305e4d60d76bd245d3fcbd4 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Tue, 24 May 2022 23:01:50 +0700 Subject: [PATCH] fix(#2455): replace dot to comma for brazil payment --- src/features/Price/components/BrazilianPrice/index.tsx | 2 +- src/features/UserAccount/index.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/features/Price/components/BrazilianPrice/index.tsx b/src/features/Price/components/BrazilianPrice/index.tsx index b2ed9550..d62bb6b0 100644 --- a/src/features/Price/components/BrazilianPrice/index.tsx +++ b/src/features/Price/components/BrazilianPrice/index.tsx @@ -38,7 +38,7 @@ export const BrazilianPrice = ({ } {currency} - {amount.toFixed(2)} + {amount.toFixed(2).replace('.', ',')} { perPeriod && ( diff --git a/src/features/UserAccount/index.tsx b/src/features/UserAccount/index.tsx index 532d7561..8fb4c4f4 100644 --- a/src/features/UserAccount/index.tsx +++ b/src/features/UserAccount/index.tsx @@ -51,7 +51,6 @@ const UserAccount = () => {