From dddf05c4977025c53246601389742efd93b28f31 Mon Sep 17 00:00:00 2001 From: Seunghyo Date: Wed, 22 May 2024 00:28:04 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=88=98=EC=A0=95=20=EB=B2=84=ED=8A=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ApplyEditPage.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/ApplyEditPage.tsx b/src/pages/ApplyEditPage.tsx index 1842133..4b91d90 100644 --- a/src/pages/ApplyEditPage.tsx +++ b/src/pages/ApplyEditPage.tsx @@ -277,7 +277,7 @@ const ApplyEditPage: React.FC = () => { - {!editing && ( + {!editing ? ( 작성완료 { onClick={() => (!editing ? handleCompeletedButton() : null)} /> + ) : ( + )} {editing ? (