Skip to content

Commit 8ac58c5

Browse files
committed
fix: RBR is not shown in LHN and report preview for pending card transaction
1 parent be6876c commit 8ac58c5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/libs/TransactionUtils/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,9 +1195,6 @@ function doesTransactionSupportViolations(transaction: Transaction | undefined):
11951195
if (!transaction) {
11961196
return false;
11971197
}
1198-
if (isExpensifyCardTransaction(transaction) && isPending(transaction)) {
1199-
return false;
1200-
}
12011198
return true;
12021199
}
12031200

0 commit comments

Comments
 (0)