Skip to content

Commit

Permalink
split lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Mar 2, 2021
1 parent db4e717 commit a35ddcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/status_im/keycard/delete_key.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
:puk []
:status nil
:error-label nil
:on-verified (if keep-keys-on-keycard? :keycard/unpair-and-delete :keycard/remove-key-with-unpair)})}
:on-verified (if keep-keys-on-keycard?
:keycard/unpair-and-delete
:keycard/remove-key-with-unpair)})}
(common/set-on-card-connected :keycard/navigate-to-enter-pin-screen)
(common/navigate-to-enter-pin-screen))))

0 comments on commit a35ddcf

Please sign in to comment.