mirror of
https://github.com/status-im/status-react.git
synced 2025-01-12 12:04:52 +00:00
[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
|
[react/text {:style styles/asset-item-value
|
||||||
:number-of-lines 1
|
:number-of-lines 1
|
||||||
:ellipsize-mode :tail}
|
:ellipsize-mode :tail}
|
||||||
(str (money/wei->ether amount))]
|
(money/wei->str :eth amount)]
|
||||||
[react/text {:style styles/asset-item-currency
|
[react/text {:style styles/asset-item-currency
|
||||||
:uppercase? true
|
:uppercase? true
|
||||||
:number-of-lines 1}
|
:number-of-lines 1}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user