모의투자, 백테스팅 레이아웃 수정

This commit is contained in:
Macbook
2026-05-24 20:13:21 +09:00
parent 958b813f3b
commit af230a4233
23 changed files with 2394 additions and 782 deletions
+1 -1
View File
@@ -1498,7 +1498,7 @@ function App() {
{/* ── 백테스팅 이력 화면 ─────────────────────────────────────────── */}
{menuPage === 'backtest' && (
<BacktestHistoryPage />
<BacktestHistoryPage theme={theme} />
)}
{menuPage === 'paper' && (