From 5ae015059a2ffde12d4cd204a74c1f4c7da3a086 Mon Sep 17 00:00:00 2001 From: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:54:42 +0530 Subject: [PATCH] fix(wallet)_: token max value not updated when switching accounts or disabling networks Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com> --- src/status_im/contexts/wallet/send/input_amount/view.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/contexts/wallet/send/input_amount/view.cljs b/src/status_im/contexts/wallet/send/input_amount/view.cljs index 46127398aa7..fa480158cdc 100644 --- a/src/status_im/contexts/wallet/send/input_amount/view.cljs +++ b/src/status_im/contexts/wallet/send/input_amount/view.cljs @@ -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))