diff --git a/apps/web/features/issues/components/issue-detail.tsx b/apps/web/features/issues/components/issue-detail.tsx
index b530e115..418c1a17 100644
--- a/apps/web/features/issues/components/issue-detail.tsx
+++ b/apps/web/features/issues/components/issue-detail.tsx
@@ -720,9 +720,7 @@ export function IssueDetail({ issueId, onDelete }: IssueDetailProps) {
{m.name}
- {sub?.reason && (sub.reason === "creator" || sub.reason === "assignee") && (
- {sub.reason}
- )}
+
);
})}
@@ -742,9 +740,7 @@ export function IssueDetail({ issueId, onDelete }: IssueDetailProps) {
{a.name}
- {sub?.reason && (sub.reason === "creator" || sub.reason === "assignee") && (
- {sub.reason}
- )}
+
);
})}