Skip to content

Commit

Permalink
hide submit button for plaid loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Pujan92 committed Feb 15, 2024
1 parent 38c6c16 commit 781e5ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ReimbursementAccount/BankInfo/substeps/Plaid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ function Plaid({reimbursementAccount, reimbursementAccountDraft, onNext, plaidDa
scrollContextEnabled
submitButtonText={translate('common.next')}
style={[styles.mh5, styles.flexGrow1]}
isSubmitButtonVisible={(plaidData?.bankAccounts ?? []).length > 0}
>
<InputWrapper
// @ts-expect-error TODO: Remove this once AddPlaidBankAccount (https://github.com/Expensify/App/issues/25119) is migrated to TypeScript
Expand Down

0 comments on commit 781e5ba

Please sign in to comment.