We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eecd94 commit ab27849Copy full SHA for ab27849
src/status_im/contexts/keycard/sheets/migrate/view.cljs
@@ -30,11 +30,9 @@
30
:button-one-label (i18n/label :t/continue)
31
:button-one-props {:on-press #(if recovery-phrase-backed-up?
32
(rf/dispatch [:open-modal :screen/use-recovery-phrase
33
- {:on-success (fn [{:keys [key-uid phrase
34
- on-error]}])}])
+ {:on-success (fn [])}])
35
(rf/dispatch [:open-modal :screen/backup-recovery-phrase
36
- {:on-success (fn [{:keys [masked-seed-phrase
37
- random-phrase]}])}]))}
+ {:on-success (fn [])}]))}
38
:button-two-label (i18n/label :t/cancel)
39
:button-two-props {:type :grey
40
:on-press #(rf/dispatch [:hide-bottom-sheet])}}]]))
0 commit comments