Skip to content

Commit

Permalink
fix_: ensure we stop receiving suggest route signals after we've conf…
Browse files Browse the repository at this point in the history
…irmed the transaction
  • Loading branch information
seanstrom committed Sep 19, 2024
1 parent 2e61f94 commit 6622341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/status_im/contexts/wallet/send/send_amount/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
(:require
[quo.theme]
[status-im.contexts.wallet.send.input-amount.view :as input-amount]
[status-im.setup.hot-reload :as hot-reload]
[utils.i18n :as i18n]
[utils.re-frame :as rf]))

(defn view
[]
(hot-reload/use-safe-unmount #(rf/dispatch [:wallet/stop-get-suggested-routes]))
[input-amount/view
{:current-screen-id :screen/wallet.send-input-amount
:button-one-label (i18n/label :t/review-send)
Expand Down

0 comments on commit 6622341

Please sign in to comment.