Skip to content

Commit

Permalink
revert: shouldOpenBookACall
Browse files Browse the repository at this point in the history
  • Loading branch information
hungvu193 committed Nov 15, 2024
1 parent 1fb2989 commit d0fad16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/InitialSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ function InitialSettingsPage({currentUserPersonalDetails}: InitialSettingsPagePr
: {
action() {
resetExitSurveyForm(() => {
if (true) {
if (shouldOpenBookACall) {
Navigation.navigate(ROUTES.SETTINGS_EXIT_SURVERY_BOOK_CALL.route);
return;
}
Expand Down

0 comments on commit d0fad16

Please sign in to comment.