Skip to content

Commit

Permalink
fix(wallet): remove edit routes button in bridging (#20874)
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie Caprani <jamiecaprani@gmail.com>
  • Loading branch information
mmilad75 and J-Son89 committed Jul 29, 2024
1 parent 11a84ba commit 67c83b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/status_im/contexts/wallet/send/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
:token-networks-ids token-networks-ids
:tx-type tx-type
:receiver? true})
(->
(cond->
(send-utils/reset-loading-network-amounts-to-zero
receiver-network-values)
vec
(conj {:type :edit})))

(not= tx-type :tx/bridge) (conj {:type :edit})))
network-links (when routes-available?
(send-utils/network-links chosen-route
sender-network-values
Expand Down

0 comments on commit 67c83b1

Please sign in to comment.