blockmason / lndr-mobile

LNDR mobile app in React Native
http://lndr.io/
15 stars 10 forks source link

Eth fiat format #346

Closed willbach closed 6 years ago

willbach commented 6 years ago
  1. Jira: https://blockmason.atlassian.net/secure/RapidBoard.jspa?rapidView=9&projectKey=ENG&selectedIssue=ENG-186
  2. Problem: The conversion from Eth to fiat on the Home screen and MyAccount screen was showing more than 2 decimals places
  3. Solution: Update the formatting function to show 0 or 2 decimals (depending on the currency)
  4. No concerns or tradeoffs, this was very straight-forward
  5. No blockers