From c946218d89be30e0241a9145d36d92da4d06363b Mon Sep 17 00:00:00 2001 From: SeieunYoo Date: Mon, 19 Aug 2024 15:37:33 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=95=84=EC=9A=94=EC=97=86=EB=8A=94?= =?UTF-8?q?=20=EC=A3=BC=EC=84=9D=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/(afterLogin)/study-apply/_components/StudyItem.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/app/(afterLogin)/study-apply/_components/StudyItem.tsx b/apps/client/app/(afterLogin)/study-apply/_components/StudyItem.tsx index 3b3772c5..25f002dd 100644 --- a/apps/client/app/(afterLogin)/study-apply/_components/StudyItem.tsx +++ b/apps/client/app/(afterLogin)/study-apply/_components/StudyItem.tsx @@ -29,7 +29,6 @@ const StudyItem = ({ study }: StudyItemProps) => { totalWeek, } = study; - // 이벤트 핸들러 const handleClickApplyButton = async () => { const result = await studyApplyApi.applyStudy(studyId);