Skip to content

Commit bdbb8dc

Browse files
Merge pull request Expensify#68900 from bernhardoj/fix/67643-manual-flow-is-displayed-when-plaid-is-selected
Fix manual flow displayed even plaid is selected
2 parents c4ea2f3 + c1c552e commit bdbb8dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/ReimbursementAccount/ReimbursementAccountPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ function ReimbursementAccountPage({route, policy, isLoadingPolicy}: Reimbursemen
465465
if (USDBankAccountStep !== null) {
466466
return (
467467
<USDVerifiedBankAccountFlow
468-
USDBankAccountStep={currentStep}
468+
USDBankAccountStep={USDBankAccountStep}
469469
policyID={policyIDParam}
470470
onBackButtonPress={goBack}
471471
requestorStepRef={requestorStepRef}

0 commit comments

Comments
 (0)