Skip to content

Commit 0a6eaf1

Browse files
authored
fix: reverted the faulty navigation keyword rename (#19487)
Signed-off-by: Cristian Lungu <[email protected]>
1 parent d24eb96 commit 0a6eaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status_im/subs/general.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
:my-profile/recovery
186186
:<- [:my-profile/seed]
187187
(fn [seed]
188-
(or seed {:step :screen/onboarding.intro})))
188+
(or seed {:step :intro})))
189189

190190
(re-frame/reg-sub
191191
:bottom-sheet-old

0 commit comments

Comments
 (0)