From 9717478fed3e0caac79437c8a72245b4e21c8572 Mon Sep 17 00:00:00 2001 From: gxxrxn Date: Thu, 18 Jan 2024 17:32:25 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=20=EB=85=B9=EC=9D=8C=20=EC=83=81=ED=83=9C=20?= =?UTF-8?q?=ED=95=98=EB=8B=A8=20=EC=9E=AC=EC=83=9D=EB=B0=94=EC=97=90=20?= =?UTF-8?q?=EC=A0=84=EB=8B=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/blocks/ProjectSetting/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/blocks/ProjectSetting/index.tsx b/client/src/components/blocks/ProjectSetting/index.tsx index f1a81bf..37a166c 100644 --- a/client/src/components/blocks/ProjectSetting/index.tsx +++ b/client/src/components/blocks/ProjectSetting/index.tsx @@ -80,7 +80,7 @@ function ProjectSetting({ onProjectSubmit, trackTags }: ProjectSettingProps) { />
- +
);