diff --git a/apps/web/app/(app)/automation/ReportMistake.tsx b/apps/web/app/(app)/automation/ReportMistake.tsx index 574e7aad8..5c599e22f 100644 --- a/apps/web/app/(app)/automation/ReportMistake.tsx +++ b/apps/web/app/(app)/automation/ReportMistake.tsx @@ -315,6 +315,13 @@ function RuleMismatch({
+ + {!rules.length && ( + + You haven't created any rules yet! + + )} +
{[{ id: NONE_RULE_ID, name: "None" }, ...rules] .filter((rule) => rule.id !== (result?.rule?.id || NONE_RULE_ID))