[fix 5903] fix empty screen when navigating back in create-account

This commit is contained in:
yenda 2018-09-19 21:28:34 +02:00 committed by Roman Volosovskyi
parent c87cac252e
commit 18b71ee625
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 1 deletions

View File

@ -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