Skip to content

Commit

Permalink
fix bug #2 - show cancel button on pin sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Feb 18, 2021
1 parent 4caa4fb commit 0aa9b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/wallet/add_new/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
[topbar/topbar
{:navigation :none
:right-accessories
[{:label :t/cancel
[{:label (i18n/label :t/cancel)
:on-press #(re-frame/dispatch [:keycard/new-account-pin-sheet-hide])}]}]
[pin.views/pin-view
{:pin pin
Expand Down

0 comments on commit 0aa9b95

Please sign in to comment.