Skip to content

Commit

Permalink
fix: apply pattern B for cards in wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
koko57 committed Nov 14, 2024
1 parent 99da1ac commit 83feed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/settings/Wallet/PaymentMethodList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ function PaymentMethodList({
interactive: false,
canDismissError: false,
errors: card.errors,
pendingAction: card.pendingAction,
brickRoadIndicator:
card.fraud === CONST.EXPENSIFY_CARD.FRAUD_TYPES.DOMAIN || card.fraud === CONST.EXPENSIFY_CARD.FRAUD_TYPES.INDIVIDUAL
? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR
Expand Down Expand Up @@ -271,6 +272,7 @@ function PaymentMethodList({
interactive: true,
canDismissError: true,
errors: card.errors,
pendingAction: card.pendingAction,
brickRoadIndicator:
card.fraud === CONST.EXPENSIFY_CARD.FRAUD_TYPES.DOMAIN || card.fraud === CONST.EXPENSIFY_CARD.FRAUD_TYPES.INDIVIDUAL
? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR
Expand Down

0 comments on commit 83feed9

Please sign in to comment.