Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
HezekielT committed Oct 10, 2023
1 parent 77bc0a9 commit b5a1d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ConciergePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function ConciergePage(props) {
Navigation.isNavigationReady().then(() => {
Navigation.goBack(ROUTES.HOME);
Report.navigateToConciergeChat();
})
});
} else {
Navigation.navigate();
}
Expand Down

0 comments on commit b5a1d8f

Please sign in to comment.