remove rounding

This commit is contained in:
Andrea Maria Piana 2024-02-13 17:13:36 +00:00
parent 42cab08553
commit 25f9499454
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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