Skip to content

Commit

Permalink
fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Feb 26, 2024
1 parent 637af8a commit f5a0bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function PurposeForUsingExpensifyModal() {
}

Report.completeEngagementModal(message, choice);
Report.navigateToConciergeChat(false, true);
Report.navigateToConciergeChat(true);
}, []);

const menuItems: MenuItemProps[] = useMemo(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function ConnectBankAccount({reimbursementAccount, onBackButtonPress, account, p
const styles = useThemeStyles();
const {translate} = useLocalize();

const handleNavigateToConciergeChat = () => Report.navigateToConciergeChat(false, true);
const handleNavigateToConciergeChat = () => Report.navigateToConciergeChat(true);
const bankAccountState = reimbursementAccount.achData?.state ?? '';

// If a user tries to navigate directly to the validate page we'll show them the EnableStep
Expand Down

0 comments on commit f5a0bd4

Please sign in to comment.