diff --git a/apps/dashboard/src/App.tsx b/apps/dashboard/src/App.tsx index 5e4948b..a4644f5 100644 --- a/apps/dashboard/src/App.tsx +++ b/apps/dashboard/src/App.tsx @@ -1,9 +1,9 @@ import { useQuery } from "@tanstack/react-query" import Chart from "chart.js/auto" -import { Fragment, useEffect, useId, useLayoutEffect, useRef, useState } from "react" +import { Fragment, useEffect, useLayoutEffect, useRef, useState } from "react" import { beszelSystemsQuery } from "./beszel" import cn from "./components/lib/cn" -import { StatusSeverity, formatLineName, getLineColor, getStatusBorderColor, tflDisruptionsQuery } from "./tfl" +import { StatusSeverity, formatLineName, tflDisruptionsQuery } from "./tfl" import { DEFAULT_LATITUDE, DEFAULT_LONGITUDE, @@ -377,20 +377,14 @@ function TFLDistruptionItem({ lineId, reason, severity }: { lineId: string; reas return ( <>
+
{lineName}
{reason}