Skip to content

Commit d1df397

Browse files
authored
Merge pull request #52522 from callstack-internal/fix/51876-change-offline-pattern-for-unassigning-cards-v3
fix: apply pattern B for cards in wallet
2 parents e2feb5f + 83feed9 commit d1df397

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/settings/Wallet/PaymentMethodList.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ function PaymentMethodList({
232232
interactive: false,
233233
canDismissError: false,
234234
errors: card.errors,
235+
pendingAction: card.pendingAction,
235236
brickRoadIndicator:
236237
card.fraud === CONST.EXPENSIFY_CARD.FRAUD_TYPES.DOMAIN || card.fraud === CONST.EXPENSIFY_CARD.FRAUD_TYPES.INDIVIDUAL
237238
? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR
@@ -271,6 +272,7 @@ function PaymentMethodList({
271272
interactive: true,
272273
canDismissError: true,
273274
errors: card.errors,
275+
pendingAction: card.pendingAction,
274276
brickRoadIndicator:
275277
card.fraud === CONST.EXPENSIFY_CARD.FRAUD_TYPES.DOMAIN || card.fraud === CONST.EXPENSIFY_CARD.FRAUD_TYPES.INDIVIDUAL
276278
? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR

0 commit comments

Comments
 (0)