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 = () => {