Skip to content

Commit f2bb78e

Browse files
committed
fix: of-547 back btn pending
1 parent fbed3ed commit f2bb78e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mobile/screens/onboarding/WaitingForVerification.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,12 @@ const WaitingForVerification = ({
132132
onPress={() =>
133133
navigation.dispatch(
134134
CommonActions.reset({
135-
index: 0,
135+
index: 1,
136136
routes: [
137+
{
138+
name: ROUTES.Onboarding
139+
.WaitingVerification,
140+
},
137141
{
138142
name: ROUTES.Onboarding
139143
.BookSafetyCall,

0 commit comments

Comments
 (0)