Skip to content

Commit

Permalink
Fix back button on Recovery wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Vlasov committed Oct 10, 2019
1 parent d6d3b42 commit b0ac23c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/status_im/ui/screens/keycard/recovery/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
{:transparent? true
:style {:margin-top 32}}
(toolbar/nav-button
(actions/back #(re-frame/dispatch
[::multiaccounts.recover/cancel-pressed])))
(actions/back #(re-frame/dispatch [:navigate-back])))
nil]
[react/view {:flex 1
:flex-direction :column
Expand Down

0 comments on commit b0ac23c

Please sign in to comment.