We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2feb5f + 83feed9 commit d1df397Copy full SHA for d1df397
src/pages/settings/Wallet/PaymentMethodList.tsx
@@ -232,6 +232,7 @@ function PaymentMethodList({
232
interactive: false,
233
canDismissError: false,
234
errors: card.errors,
235
+ pendingAction: card.pendingAction,
236
brickRoadIndicator:
237
card.fraud === CONST.EXPENSIFY_CARD.FRAUD_TYPES.DOMAIN || card.fraud === CONST.EXPENSIFY_CARD.FRAUD_TYPES.INDIVIDUAL
238
? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR
@@ -271,6 +272,7 @@ function PaymentMethodList({
271
272
interactive: true,
273
canDismissError: true,
274
275
276
277
278
0 commit comments