diff --git a/src/libs/TransactionUtils/index.ts b/src/libs/TransactionUtils/index.ts index 29845965dbfd..0f149303592d 100644 --- a/src/libs/TransactionUtils/index.ts +++ b/src/libs/TransactionUtils/index.ts @@ -1673,6 +1673,7 @@ function mergeProhibitedViolations(transactionViolations: TransactionViolations) prohibitedExpenseRule: prohibitedExpenses, }, type: CONST.VIOLATION_TYPES.VIOLATION, + showInReview: true, }; return [...transactionViolations.filter((violation: TransactionViolation) => violation.name !== CONST.VIOLATIONS.PROHIBITED_EXPENSE), mergedProhibitedViolations];