From 96b8165be1add6a21d89c138b88f68acf87c6002 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 20:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=9B=BE=E8=A1=A8=20Polymark?= =?UTF-8?q?et=20=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5=EF=BC=8C=E4=BF=9D?= =?UTF-8?q?=E7=95=99=E5=9F=8E=E5=B8=82=E5=90=8D=E7=A7=B0=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scan-terminal/LiveTemperatureThresholdChart.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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 */}