From 9f601606d7da41ed55004d755a79a775fb66ac67 Mon Sep 17 00:00:00 2001 From: Macbook Date: Tue, 9 Jun 2026 12:09:30 +0900 Subject: [PATCH] =?UTF-8?q?obv=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/tradeNotification/TradeSignalMiniChart.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/tradeNotification/TradeSignalMiniChart.tsx b/frontend/src/components/tradeNotification/TradeSignalMiniChart.tsx index c2a9675..7b5b433 100644 --- a/frontend/src/components/tradeNotification/TradeSignalMiniChart.tsx +++ b/frontend/src/components/tradeNotification/TradeSignalMiniChart.tsx @@ -300,6 +300,7 @@ const TradeSignalMiniChart: React.FC = ({ candleOverlayToggles={candleOverlayToggles} onToggleCandleOverlay={handleToggleCandleOverlay} crosshairInfoVisible={false} + resolveInitialDisplayCount={needsDeepObv ? () => 99999 : undefined} /> )}