From f5a0bd4d4a892a80e7150150f790811e06ea8460 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Mon, 26 Feb 2024 13:56:21 +0800 Subject: [PATCH] fix param --- src/pages/OnboardEngagement/PurposeForUsingExpensifyPage.tsx | 2 +- .../ConnectBankAccount/ConnectBankAccount.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/OnboardEngagement/PurposeForUsingExpensifyPage.tsx b/src/pages/OnboardEngagement/PurposeForUsingExpensifyPage.tsx index 025dcafd9740..9ad19482a4a7 100644 --- a/src/pages/OnboardEngagement/PurposeForUsingExpensifyPage.tsx +++ b/src/pages/OnboardEngagement/PurposeForUsingExpensifyPage.tsx @@ -90,7 +90,7 @@ function PurposeForUsingExpensifyModal() { } Report.completeEngagementModal(message, choice); - Report.navigateToConciergeChat(false, true); + Report.navigateToConciergeChat(true); }, []); const menuItems: MenuItemProps[] = useMemo( diff --git a/src/pages/ReimbursementAccount/ConnectBankAccount/ConnectBankAccount.tsx b/src/pages/ReimbursementAccount/ConnectBankAccount/ConnectBankAccount.tsx index 1682cb66f7c8..078c216d836c 100644 --- a/src/pages/ReimbursementAccount/ConnectBankAccount/ConnectBankAccount.tsx +++ b/src/pages/ReimbursementAccount/ConnectBankAccount/ConnectBankAccount.tsx @@ -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