From 2b7907e50672a1a0a4e2bf8e08690b8ccded023c Mon Sep 17 00:00:00 2001 From: Ulises M Date: Thu, 25 Jan 2024 15:10:52 -0600 Subject: [PATCH] Lint fix --- 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 860463ad8ddd..7cc62db8352d 100644 --- a/src/status_im/contexts/wallet/send/input_amount/view.cljs +++ b/src/status_im/contexts/wallet/send/input_amount/view.cljs @@ -194,7 +194,7 @@ :token token-symbol :currency currency :crypto-decimals crypto-decimals - :error? @input-error + :error? @input-error :networks (:networks token) :title (i18n/label :t/send-limit {:limit limit-label}) :conversion conversion-rate