vulpemventures / marina

Liquid Wallet browser extension
MIT License
37 stars 19 forks source link

Added precision to amount formatting in spend.tsx. #450

Closed Randy808 closed 1 year ago

Randy808 commented 1 year ago

I also included a change in utils.ts's fetchAsset to explicitly check whether the precision is null or undefined before assigning the default value of 8 because the valid precision value of 0 always falls into the falsy case and can never be set.

Closes #449

Randy808 commented 1 year ago

I’ll squash the commits 👍