From 6bd163d0725df09162fb65a357ea1bcd4c18ad26 Mon Sep 17 00:00:00 2001 From: Macbook Date: Tue, 2 Jun 2026 03:45:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=BC=EB=AA=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ChartSlot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ChartSlot.tsx b/frontend/src/components/ChartSlot.tsx index dbda606..a5c0b14 100644 --- a/frontend/src/components/ChartSlot.tsx +++ b/frontend/src/components/ChartSlot.tsx @@ -127,7 +127,7 @@ export interface ChartSlotHandle { /** 차트 시간축·크로스헤어 날짜 형식 */ setChartTimeFormat: (format: string, timeframe?: Timeframe) => void; } - + // ── Props ───────────────────────────────────────────────────────────────── export interface ChartSlotProps { slotIndex: number;