Skip to content

Commit

Permalink
Merge pull request #52522 from callstack-internal/fix/51876-change-of…
Browse files Browse the repository at this point in the history
…fline-pattern-for-unassigning-cards-v3

fix: apply pattern B for cards in wallet
  • Loading branch information
mountiny authored Nov 14, 2024
2 parents e2feb5f + 83feed9 commit d1df397
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 d1df397

Please sign in to comment.