Skip to content

Commit 0c70144

Browse files
committed
Remove obsolete mocks
1 parent 2413771 commit 0c70144

File tree

1 file changed

+0
-26
lines changed
  • src/components/Agentic/IncidentDetails/IncidentMetaData

1 file changed

+0
-26
lines changed

src/components/Agentic/IncidentDetails/IncidentMetaData/index.tsx

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,6 @@ import { Tooltip } from "../../../common/v3/Tooltip";
66
import { Divider } from "./Divider";
77
import * as s from "./styles";
88

9-
// TODO: move to Storybook
10-
// const mockData: GetIncidentResponse = {
11-
// id: "incident-123",
12-
// name: "Sample Incident",
13-
// activeStatus: "active",
14-
// status: "active",
15-
// createdAt: "2023-10-01T12:00:00Z",
16-
// closedAt: "2023-10-01T12:30:00Z",
17-
// affectedServices: ["service-1", "service-2", "service-3", "service-4"],
18-
// summary: "This is a summary of the incident.",
19-
// relatedIssues: [
20-
// {
21-
// issueId: "issue-1",
22-
// type: "issue",
23-
// spanUid: null,
24-
// criticality: 0.2
25-
// },
26-
// {
27-
// issueId: "issue-2",
28-
// type: "issue",
29-
// spanUid: null,
30-
// criticality: 1
31-
// }
32-
// ]
33-
// };
34-
359
const DATE_FORMAT = "dd MMM, yyyy";
3610
const SERVICE_TAGS_TO_SHOW = 2;
3711
const REFRESH_INTERVAL = 10 * 1000; // in milliseconds

0 commit comments

Comments
 (0)