실시간 차트 오류수정

This commit is contained in:
Macbook
2026-05-25 01:43:08 +09:00
parent 20dd257c29
commit cc01f311bc
4 changed files with 45 additions and 9 deletions
+1
View File
@@ -157,6 +157,7 @@ export function useStompChartData(
}, [market, candleType, opts.enabled]);
const applyCandle = useCallback((data: StompCandlePayload, displayTf: Timeframe) => {
if (!historyReadyRef.current) return;
const oneMin: OHLCVBar = {
time: data.time,
open: data.open,