mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +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))
|
:collectible-img-src (resources/get-mock-image :collectible))
|
||||||
|
|
||||||
(= type constants/community-token-type-erc20)
|
(= 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)))))
|
:token (:symbol balance)))))
|
||||||
|
|
||||||
(defn- account-item
|
(defn- account-item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user