Skip to content

Commit

Permalink
fix(wallet)_: token max value not updated when switching accounts or …
Browse files Browse the repository at this point in the history
…disabling networks

Signed-off-by: Mohamed Javid <[email protected]>
  • Loading branch information
smohamedjavid committed Sep 17, 2024
1 parent 6fc9adf commit 5ae0150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/contexts/wallet/send/input_amount/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
(utils/cut-crypto-decimals-to-fit-usd-cents
(or default-limit-crypto token-balance)
conversion-rate)))))
[token-symbol])
[default-limit-crypto token-balance conversion-rate])
(rn/use-effect
(fn []
(when input-error (debounce/clear-all))
Expand Down

0 comments on commit 5ae0150

Please sign in to comment.