From 39a777f552ad33ee8525810e4b0edd1b41205009 Mon Sep 17 00:00:00 2001 From: Jeon Eonseok Date: Tue, 30 Jul 2024 21:55:44 +0900 Subject: [PATCH 1/4] =?UTF-8?q?fix:=20=EA=B8=80=EC=9E=90=EC=88=98=200?= =?UTF-8?q?=EC=9D=BC=20=EB=95=8C=20textarea=20=EB=9C=A8=EB=8A=94=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ApplyPage/components/PartSection/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ApplyPage/components/PartSection/index.tsx b/src/views/ApplyPage/components/PartSection/index.tsx index 5203fdf9..5ab81f38 100644 --- a/src/views/ApplyPage/components/PartSection/index.tsx +++ b/src/views/ApplyPage/components/PartSection/index.tsx @@ -64,8 +64,8 @@ const PartSection = ({ return (
- {charLimit == null && } - {charLimit != null && ( + {!charLimit && } + {!!charLimit && (