Skip to content

Commit 9d23168

Browse files
committed
Fix types
1 parent 079030f commit 9d23168

File tree

1 file changed

+1
-1
lines changed
  • src/components/Agentic/IncidentDetails/AdditionalInfo/RelatedIssues

1 file changed

+1
-1
lines changed

src/components/Agentic/IncidentDetails/AdditionalInfo/RelatedIssues/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const RelatedIssues = () => {
7373
cell: (info) => {
7474
const issue = info.getValue();
7575
const insightTypeInfo = isInsightIncidentIssue(issue)
76-
? getInsightTypeInfo(issue.insight_type)
76+
? getInsightTypeInfo(issue.issue_type)
7777
: undefined;
7878

7979
const label = isInsightIncidentIssue(issue)

0 commit comments

Comments
 (0)