From ee8cd5078150748870ca067573b99d4af574996c Mon Sep 17 00:00:00 2001 From: Macbook Date: Thu, 25 Jun 2026 01:46:27 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=9D=B5=EB=A5=A0,=20=EC=A0=84?= =?UTF-8?q?=EB=9E=B5=EB=AA=85=20=EC=9C=84=EC=B9=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/StrategyEditorPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/StrategyEditorPage.tsx b/frontend/src/components/StrategyEditorPage.tsx index ef433c0..5ce6433 100644 --- a/frontend/src/components/StrategyEditorPage.tsx +++ b/frontend/src/components/StrategyEditorPage.tsx @@ -2052,6 +2052,7 @@ export default function StrategyEditorPage({ 평가 + {stratName && {stratName}} {signalTab === 'eval' && ( evalSignalScanRunning ? ( 시그널 계산 중… @@ -2082,7 +2083,6 @@ export default function StrategyEditorPage({ ) : null )} - {stratName && {stratName}} {signalTab !== 'eval' && hasMultipleStartSections(currentEditorState) && (