mirror of
https://github.com/status-im/status-react.git
synced 2025-03-03 03:51:01 +00:00
fix show-error fx
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
ed2abf9101
commit
5c282b6cea
@ -78,7 +78,7 @@
|
|||||||
(if (ethereum/address? recipient)
|
(if (ethereum/address? recipient)
|
||||||
{:db (assoc-in db [:wallet :send-transaction :to] recipient)
|
{:db (assoc-in db [:wallet :send-transaction :to] recipient)
|
||||||
:dispatch [:navigate-back]}
|
:dispatch [:navigate-back]}
|
||||||
{:show-error (i18n/label :t/wallet-invalid-address {:data recipient})})))))
|
{:ui/show-error (i18n/label :t/wallet-invalid-address {:data recipient})})))))
|
||||||
|
|
||||||
(handlers/register-handler-fx
|
(handlers/register-handler-fx
|
||||||
:wallet/fill-request-from-url
|
:wallet/fill-request-from-url
|
||||||
|
Loading…
x
Reference in New Issue
Block a user