Skip to content

Commit 91cb6e0

Browse files
authored
Merge pull request #36621 from Pujan92/fix/36505
Fix: Bank account - Next button is not disabled when Plaid modal is loading
2 parents 28a1ccc + 781e5ba commit 91cb6e0

File tree

1 file changed

+1
-0
lines changed
  • src/pages/ReimbursementAccount/BankInfo/substeps

1 file changed

+1
-0
lines changed

src/pages/ReimbursementAccount/BankInfo/substeps/Plaid.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function Plaid({reimbursementAccount, reimbursementAccountDraft, onNext, plaidDa
8585
scrollContextEnabled
8686
submitButtonText={translate('common.next')}
8787
style={[styles.mh5, styles.flexGrow1]}
88+
isSubmitButtonVisible={(plaidData?.bankAccounts ?? []).length > 0}
8889
>
8990
<InputWrapper
9091
// @ts-expect-error TODO: Remove this once AddPlaidBankAccount (https://github.com/Expensify/App/issues/25119) is migrated to TypeScript

0 commit comments

Comments
 (0)