Skip to content

Commit e5f39f6

Browse files
committed
lint fix
1 parent 51a3770 commit e5f39f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/status_im/keycard/backup_key.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
[{:keys [db] :as cofx} show-warning]
2727
(fx/merge cofx
2828
{:db (-> db
29-
(assoc-in [:keycard :factory-reset-card?] true)
30-
(dissoc :popover/popover))}
29+
(assoc-in [:keycard :factory-reset-card?] true)
30+
(dissoc :popover/popover))}
3131
(signing.core/discard)
3232
(if show-warning
3333
(utils/show-confirmation {:title (i18n/label :t/keycard-recover-title)

0 commit comments

Comments
 (0)