diff --git a/apps/dashboard/src/App.tsx b/apps/dashboard/src/App.tsx index 4c98295..ec7c305 100644 --- a/apps/dashboard/src/App.tsx +++ b/apps/dashboard/src/App.tsx @@ -1,5 +1,5 @@ import { useQuery } from "@tanstack/react-query" -import { useEffect, useState } from "react" +import { Fragment, useEffect, useState } from "react" import cn from "./components/lib/cn" import { StatusSeverity, getLineColor, getStatusBorderColor, tflDisruptionsQuery } from "./tfl" import { @@ -245,16 +245,15 @@ function TFLTile() { /> )} {tflData?.disruptions.map((disruption) => ( - <> +
- +
))} )