Skip to content

Commit

Permalink
Adjust home route navigation - fixes mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Mar 14, 2024
1 parent 88825b3 commit 724cf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/OnboardingPurpose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function OnboardingPurpose() {
// Only navigate to concierge chat when central pane is visible
// Otherwise stay on the chats screen.
if (isSmallScreenWidth) {
Navigation.navigate(ROUTES.HOME);
Navigation.navigate(ROUTES.ROOT);
} else {
Report.navigateToConciergeChat();
}
Expand Down Expand Up @@ -121,7 +121,7 @@ function OnboardingPurpose() {
/>
</View>
</ScrollView>
<View style={[styles.pb5, paddingHorizontal]}>
<View style={[styles.pb8, paddingHorizontal]}>
<Button
success
onPress={completeEngagement}
Expand Down

0 comments on commit 724cf07

Please sign in to comment.