From 394485801b137b4fbc1df4ead329b00c7af4d8f9 Mon Sep 17 00:00:00 2001 From: wenliang Date: Fri, 13 Feb 2026 16:38:49 +0800 Subject: [PATCH] Fix: Address Copilot review (use slice for suffix removal, remove unused import) --- components/watchlist/TradingViewWatchlist.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/watchlist/TradingViewWatchlist.tsx b/components/watchlist/TradingViewWatchlist.tsx index 45b76f6..2427cc7 100644 --- a/components/watchlist/TradingViewWatchlist.tsx +++ b/components/watchlist/TradingViewWatchlist.tsx @@ -1,5 +1,6 @@ "use client"; +import React, { useEffect, useRef, memo } from 'react'; import { formatSymbolForTradingView } from '@/lib/utils'; interface TradingViewWatchlistProps {