make-software / casper-wallet

Securely manage your CSPR tokens, interact with dapps, and sign transactions with Casper Wallet, the go-to self-custody wallet for the Casper Network.
https://casperwallet.io
Apache License 2.0
21 stars 4 forks source link

fix: add handle for large fiat amount #947

Closed ost-ptk closed 5 months ago

ost-ptk commented 6 months ago

Make sure to fill in all the below sections.

Description

Modified the formatters utility to now handle values greater than or equal to one billion, which were previously returned as an empty string. The formatCurrency function was updated to convert the value to a number and added a check to append a '+' sign if the value is '1000000000'. Changed input parameter type to 'string' in formatCurrency function for consistency

Linked tickets

WALLET-298

Checklist