diff --git a/src/status_im/subs/wallet/wallet_connect.cljs b/src/status_im/subs/wallet/wallet_connect.cljs index 6a9adede59..d9efcb7788 100644 --- a/src/status_im/subs/wallet/wallet_connect.cljs +++ b/src/status_im/subs/wallet/wallet_connect.cljs @@ -133,8 +133,7 @@ max-fees-fiat (wallet-utils/calculate-token-fiat-value {:currency currency :balance max-fees-ether :token eth-token}) - max-fees-fiat-formatted (-> max-fees-ether - (wallet-utils/get-standard-crypto-format eth-token) + max-fees-fiat-formatted (-> (wallet-utils/get-standard-crypto-format eth-token max-fees-ether) (wallet-utils/get-standard-fiat-format currency-symbol max-fees-fiat)) balance (-> eth-token