diff --git a/frontend/components/dashboard/ScanTerminalDashboard.tsx b/frontend/components/dashboard/ScanTerminalDashboard.tsx index 1c57523a..9e1cb453 100644 --- a/frontend/components/dashboard/ScanTerminalDashboard.tsx +++ b/frontend/components/dashboard/ScanTerminalDashboard.tsx @@ -44,7 +44,6 @@ import { Panel } from "@/components/dashboard/scan-terminal/Panel"; import { GroupedMarketTable } from "@/components/dashboard/scan-terminal/GroupedMarketTable"; import { TrainingDashboard } from "@/components/dashboard/scan-terminal/TrainingDashboard"; import { LiveTemperatureThresholdChart } from "@/components/dashboard/scan-terminal/LiveTemperatureThresholdChart"; -import { MarketOverviewView } from "@/components/dashboard/scan-terminal/MarketOverviewView"; import { rowName, pct, money, temp, edgeClass } from "@/components/dashboard/scan-terminal/utils"; function createEmptyAccess(loading = true): ProAccessState { @@ -182,7 +181,7 @@ function KoyfinRowsTable({ return ( - + @@ -218,7 +217,7 @@ function KoyfinRowsTable({
{rowName(row)}
-
+
{row.target_label || row.market_question || row.airport || "--"}
@@ -512,7 +511,7 @@ function PolyWeatherTerminal({ ✕ )} - + /
@@ -544,17 +543,6 @@ function PolyWeatherTerminal({
{activeNavKey === "training" ? ( - ) : activeNavKey === "markets" ? ( - { - const regionKey = String(row.trading_region || "").toLowerCase(); - if (regionKey) setSelectedRegionKey(regionKey); - setSelectedRow(row); - setActiveNavKey("contracts"); - }} - /> ) : ( <> {/* Region tabs */}