[bug] fix scientific notation on main wallet screen

This commit is contained in:
Eric Dvorsak 2017-10-20 16:35:15 +02:00 committed by Roman Volosovskyi
parent 4426972bd9
commit 070c8bd91a
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
[react/text {:style styles/asset-item-value
:number-of-lines 1
:ellipsize-mode :tail}
(str (money/wei->ether amount))]
(money/wei->str :eth amount)]
[react/text {:style styles/asset-item-currency
:uppercase? true
:number-of-lines 1}