Skip to content

Commit ea9e97c

Browse files
authored
Merge pull request Expensify#63999 from daledah/fix/62980
2 parents fe2137f + 76b0753 commit ea9e97c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/ReimbursementAccount/VerifiedBankAccountFlowEntryPoint.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ function VerifiedBankAccountFlowEntryPoint({
138138
setBankAccountSubStep(CONST.BANK_ACCOUNT.SETUP_TYPE.MANUAL);
139139
setUSDBankAccountStep(CONST.BANK_ACCOUNT.STEP.BANK_ACCOUNT);
140140
} else if (optionPressed.current === CONST.BANK_ACCOUNT.SUBSTEP.PLAID) {
141+
setBankAccountSubStep(CONST.BANK_ACCOUNT.SETUP_TYPE.PLAID);
141142
setUSDBankAccountStep(CONST.BANK_ACCOUNT.STEP.BANK_ACCOUNT);
142143
openPlaidView();
143144
}

0 commit comments

Comments
 (0)