실시간 차트 오류수정
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user