diff --git a/apps/web/app/(app)/automation/ReportMistake.tsx b/apps/web/app/(app)/automation/ReportMistake.tsx index 5c599e22f..de545c690 100644 --- a/apps/web/app/(app)/automation/ReportMistake.tsx +++ b/apps/web/app/(app)/automation/ReportMistake.tsx @@ -189,7 +189,8 @@ function Content({ ); if ( - expectedRule?.runOnThreads && + expectedRule && + !expectedRule.runOnThreads && isReplyInThread(message.id, message.threadId) ) { return (