Skip to content

Commit

Permalink
Change cancel action for no-key on card recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferossgp committed Mar 11, 2020
1 parent d9e9010 commit eedd506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/keycard/recovery/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
[react/text {:style {:color colors/blue}}
(i18n/label :t/generate-new-key)]]]
[react/touchable-highlight
{:on-press #(re-frame/dispatch [::hardwallet.recovery/cancel-pressed])}
{:on-press #(re-frame/dispatch [:navigate-back])}
[react/text {:style {:text-align :center
:padding-top 27
:color colors/blue}}
Expand Down

0 comments on commit eedd506

Please sign in to comment.