Skip to content

Commit

Permalink
screen nav
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Mar 20, 2024
1 parent a184cb7 commit 25996ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/contexts/wallet/create_account/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
(defn new-keypair-created
[{:keys [db]} [{:keys [new-keypair]}]]
{:db (assoc-in db [:wallet :ui :create-account :new-keypair] new-keypair)
:fx [[:dispatch [:navigate-back-to :wallet-create-account]]]})
:fx [[:dispatch [:navigate-back-to :screen/wallet.create-account]]]})

(rf/reg-event-fx :wallet/new-keypair-created new-keypair-created)

Expand Down

0 comments on commit 25996ff

Please sign in to comment.