[bug] fix scientific notation on main wallet screen
This commit is contained in:
parent
4426972bd9
commit
070c8bd91a
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue