From ab67eb912c4dd232b0dc8d300b4b330533199e73 Mon Sep 17 00:00:00 2001 From: DongHyeonka Date: Mon, 24 Aug 2026 02:32:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20=ED=8E=B8?= =?UTF-8?q?=EC=A7=91=20=ED=95=98=EB=8B=A8=20=EB=B2=84=ED=8A=BC=EC=9D=B4=20?= =?UTF-8?q?=EB=91=90=20=EB=B2=8C=20=EB=82=98=EC=98=A4=EB=8D=98=20=EA=B2=83?= =?UTF-8?q?=EC=9D=84=20=ED=95=98=EB=82=98=EB=A1=9C=20=EB=90=98=EB=8F=8C?= =?UTF-8?q?=EB=A6=B0=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 저장·공개·공개에서 내리기가 각각 두 개씩 나왔다. 편집 폼을 목록에서 떼어 낼 때 잘라 온 조각에 이미 그 푸터가 들어 있었는데, 새 화면을 조립하면서 같은 푸터를 한 번 더 붙였다. 둘 다 같은 핸들러를 부르므로 어느 쪽을 눌러도 동작은 했고, 그래서 화면을 열어 개수를 세기 전까지는 드러나지 않았다. 자식이 하나뿐이라 감쌀 이유가 없어진 프래그먼트도 함께 걷어낸다. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01XEHXspz4rv5pB5wiiSsVDu --- .../studio/components/release-editor.tsx | 32 ++----------------- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/src/features/tech-log/presentation/studio/components/release-editor.tsx b/src/features/tech-log/presentation/studio/components/release-editor.tsx index 3fbc4e2..5aa8ec3 100644 --- a/src/features/tech-log/presentation/studio/components/release-editor.tsx +++ b/src/features/tech-log/presentation/studio/components/release-editor.tsx @@ -228,8 +228,7 @@ export function ReleaseEditor() { ) : null} {draft === null ? null : ( - <> -
+

RELEASE · {draft.versionLabel}

{draft.title || "릴리즈"}

@@ -332,34 +331,7 @@ export function ReleaseEditor() { 공개에서 내리기
-
- - - -
-
- +
)} );