Skip to content

Commit 3076f2c

Browse files
MelvinBoteh2077
andcommitted
Merge branch 'claude-fixMigratedUserWelcomeModal' of https://github.com/Expensify/App into claude-fixMigratedUserWelcomeModal
Co-authored-by: Eric Han <eh2077@users.noreply.github.com>
2 parents 60ec693 + 14dae09 commit 3076f2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MigratedUserWelcomeModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function MigratedUserWelcomeModal() {
6161
const onClose = () => {
6262
Log.hmmm('[MigratedUserWelcomeModal] onClose called, dismissing product training');
6363
dismissProductTraining(CONST.MIGRATED_USER_WELCOME_MODAL);
64-
Navigation.navigate(ROUTES.SEARCH_ROOT.getRoute({query: buildCannedSearchQuery()}));
64+
Navigation.navigate(ROUTES.SEARCH_ROOT.getRoute({query: buildCannedSearchQuery({type: CONST.SEARCH.DATA_TYPES.EXPENSE_REPORT})}));
6565
};
6666

6767
const featureListContent = (

0 commit comments

Comments
 (0)