[fix 5903] fix empty screen when navigating back in create-account
This commit is contained in:
parent
c87cac252e
commit
18b71ee625
|
@ -95,7 +95,7 @@
|
||||||
|
|
||||||
(defn step-back [step cofx]
|
(defn step-back [step cofx]
|
||||||
(case step
|
(case step
|
||||||
:enter-password (navigation/navigate-back (:db cofx))
|
:enter-password (navigation/navigate-back cofx)
|
||||||
:confirm-password (reset-account-creation cofx)))
|
:confirm-password (reset-account-creation cofx)))
|
||||||
|
|
||||||
;;;; COFX
|
;;;; COFX
|
||||||
|
|
Loading…
Reference in New Issue