mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 19:44:47 +00:00
[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]
|
||||
(case step
|
||||
:enter-password (navigation/navigate-back (:db cofx))
|
||||
:enter-password (navigation/navigate-back cofx)
|
||||
:confirm-password (reset-account-creation cofx)))
|
||||
|
||||
;;;; COFX
|
||||
|
Loading…
x
Reference in New Issue
Block a user