mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-27 00:49:39 +00:00
remove rounding
This commit is contained in:
parent
42cab08553
commit
25f9499454
@ -27,7 +27,7 @@
|
||||
:collectible-img-src (resources/get-mock-image :collectible))
|
||||
|
||||
(= type constants/community-token-type-erc20)
|
||||
(assoc :amount (str (money/with-precision (money/token->unit amount decimals) 3))
|
||||
(assoc :amount (str (money/token->unit amount decimals))
|
||||
:token (:symbol balance)))))
|
||||
|
||||
(defn- account-item
|
||||
|
Loading…
x
Reference in New Issue
Block a user