diff --git a/src/status_im/accounts/create/core.cljs b/src/status_im/accounts/create/core.cljs index 5a781dd095..0f25e17b24 100644 --- a/src/status_im/accounts/create/core.cljs +++ b/src/status_im/accounts/create/core.cljs @@ -95,7 +95,7 @@ (defn step-back [step cofx] (case step - :enter-password (navigation/navigate-back (:db cofx)) + :enter-password (navigation/navigate-back cofx) :confirm-password (reset-account-creation cofx))) ;;;; COFX