diff --git a/src/pages/ReimbursementAccount/ReimbursementAccountPage.tsx b/src/pages/ReimbursementAccount/ReimbursementAccountPage.tsx index 3b92e6fe549c..95d73e60720f 100644 --- a/src/pages/ReimbursementAccount/ReimbursementAccountPage.tsx +++ b/src/pages/ReimbursementAccount/ReimbursementAccountPage.tsx @@ -240,9 +240,10 @@ function ReimbursementAccountPage({route, policy, isLoadingPolicy}: Reimbursemen ); const continueUSDVBBASetup = () => { - setBankAccountSubStep(CONST.BANK_ACCOUNT.SETUP_TYPE.MANUAL); - setShouldShowContinueSetupButton(false); - setUSDBankAccountStep(currentStep); + setBankAccountSubStep(CONST.BANK_ACCOUNT.SETUP_TYPE.MANUAL).then(() => { + setShouldShowContinueSetupButton(false); + setUSDBankAccountStep(currentStep); + }); }; const continueNonUSDVBBASetup = () => {