Skip to content

Commit

Permalink
fix: merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
daledah committed Oct 2, 2024
1 parent edfa9b1 commit 1f17dba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/settings/Wallet/PaymentMethodList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,7 @@ function PaymentMethodList({
text={translate('walletPage.addBankAccount')}
large
success
isDisabled={!isUserValidated}
onPress={onPressItem}
onPress={onPress}
/>
) : (
<MenuItem
Expand All @@ -344,7 +343,6 @@ function PaymentMethodList({
icon={Expensicons.Plus}
wrapperStyle={[styles.paymentMethod, listItemStyle]}
ref={buttonRef}
disabled={!isUserValidated}
/>
),

Expand Down

0 comments on commit 1f17dba

Please sign in to comment.