Skip to content

Commit

Permalink
fix navigation to chats for narrow screens after onboard purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Mar 27, 2024
1 parent f8a479b commit 7bc1179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/OnboardingPurpose/BaseOnboardingPurpose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function BaseOnboardingPurpose({shouldUseNativeStyles, shouldEnableMaxHeight}: B
// Only navigate to concierge chat when central pane is visible
// Otherwise stay on the chats screen.
if (isSmallScreenWidth) {
Navigation.navigate(ROUTES.ROOT);
Navigation.navigate(ROUTES.HOME);
} else {
Report.navigateToConciergeChat();
}
Expand Down

0 comments on commit 7bc1179

Please sign in to comment.