fix(wallet): fix lint issues

This commit is contained in:
Milad 2024-06-25 19:57:26 +02:00
parent 9ef7ae98e8
commit f0c629665b
No known key found for this signature in database
GPG Key ID: E7BFC0638D3732D9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
(defn view
[{:keys [name full-address chain-short-names address] :as opts}]
(let [[_ splitted-address] (network-utils/split-network-full-address address)
(let [[_ splitted-address] (network-utils/split-network-full-address address)
open-send-flow (rn/use-callback
#(rf/dispatch [:wallet/select-send-address
{:address full-address