Skip to content

Commit

Permalink
Merge pull request #54950 from nkdengineer/fix/54856
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny authored Jan 9, 2025
2 parents 31ac1ca + 81029f1 commit 4e5562b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/workspace/companyCards/addNew/SelectBankStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function SelectBankStep() {
showConfirmButton
confirmButtonText={translate('common.next')}
onConfirm={submit}
confirmButtonStyles={styles.mt5}
>
{hasError && (
<View style={[styles.ph5, styles.mb3]}>
Expand Down

0 comments on commit 4e5562b

Please sign in to comment.