diff --git a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx index 708e2839..030e7bca 100644 --- a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx +++ b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx @@ -4,7 +4,6 @@ import clsx from "clsx"; import { useEffect, useMemo, useState } from "react"; import { LoadingSignal } from "@/components/dashboard/scan-terminal/LoadingSignal"; import { - Brush, CartesianGrid, Line, LineChart as ReLineChart, @@ -1798,17 +1797,6 @@ export function LiveTemperatureThresholdChart({ isAnimationActive={false} /> ))} - {!compact && (timeframe === "1D" || timeframe === "3D") && ( - - )}