Skip to content

Commit 913785b

Browse files
committed
chore: Undo diagnostic notes
1 parent 70aa9c3 commit 913785b

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

frontend/src/routes/_app/diagnostics.index.tsx

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,9 @@ import { Alert, AlertDescription } from "@/components/ui/alert";
1313
import { Card, CardContent } from "@/components/ui/card";
1414

1515
const diagnosticNotes = [
16-
{
17-
slug: "sea-ice-sensitivity",
18-
note: "Known issue with an invalid dataset",
19-
noteUrl: "https://github.com/Climate-REF/climate-ref/issues/425",
20-
},
21-
{
22-
slug: "zero-emission-commitment",
23-
note: "Waiting on regenerated results",
24-
},
2516
{
2617
slug: "transient-climate-response-emissions",
27-
note: "Waiting on regenerated results",
28-
},
29-
{
30-
slug: "regional-historical-annual-cycle",
31-
note: "Waiting on regenerated results",
32-
},
33-
{
34-
slug: "regional-historical-timeseries",
35-
note: "Waiting on regenerated results",
36-
},
37-
{
38-
slug: "regional-historical-trend",
39-
note: "Waiting on regenerated results",
18+
note: "Minimal available data",
4019
},
4120
];
4221

0 commit comments

Comments
 (0)