From f23b9a27247403aa4ba178d08feb464e417bc906 Mon Sep 17 00:00:00 2001 From: Macbook Date: Thu, 11 Jun 2026 16:07:59 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20UPBIT=5FMARKETS=20=EB=AF=B8=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=20import=20=EC=A0=9C=EA=B1=B0=20=ED=9B=84=20=EA=B8=B0?= =?UTF-8?q?=EB=B3=B8=EA=B0=92=20KRW-BTC=20=ED=95=98=EB=93=9C=EC=BD=94?= =?UTF-8?q?=EB=94=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- frontend/src/components/BacktestHistoryPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/BacktestHistoryPage.tsx b/frontend/src/components/BacktestHistoryPage.tsx index 8c2cb26..196e350 100644 --- a/frontend/src/components/BacktestHistoryPage.tsx +++ b/frontend/src/components/BacktestHistoryPage.tsx @@ -97,7 +97,7 @@ export function BacktestHistoryPage({ theme = 'dark' }: Props) { const [strategies, setStrategies] = useState([]); // ── 빠른 백테스팅 실행 ────────────────────────────────────────────────────── - const [runMarket, setRunMarket] = useState(UPBIT_MARKETS[0]); + const [runMarket, setRunMarket] = useState('KRW-BTC'); const [runTimeframe, setRunTimeframe] = useState('1D'); const [runStrategyId, setRunStrategyId] = useState(null); const [runLoading, setRunLoading] = useState(false);