diff --git a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx index e5dfd687..d8093133 100644 --- a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx +++ b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx @@ -2,8 +2,6 @@ import clsx from "clsx"; import { useEffect, useMemo, useState } from "react"; -import Link from "next/link"; -import { ExternalLink } from "lucide-react"; import { Brush, CartesianGrid, @@ -918,13 +916,8 @@ export function LiveTemperatureThresholdChart({ {/* Chart */}
-
- {rowName(row)} - {row?.market_url ? ( - - - - ) : null} +
+ {row ? rowName(row) : ""}
{/* Interactive legend */}