Skip to content

Commit

Permalink
fix run on threads message
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Jan 1, 2025
1 parent d3f2adc commit fefc2bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/app/(app)/automation/ReportMistake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ function Content({
);

if (
expectedRule?.runOnThreads &&
expectedRule &&
!expectedRule.runOnThreads &&
isReplyInThread(message.id, message.threadId)
) {
return (
Expand Down

1 comment on commit fefc2bb

@vercel
Copy link

@vercel vercel bot commented on fefc2bb Jan 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.