From 6ef15911afbc6fd8a73a828bb83fb7756a0135e1 Mon Sep 17 00:00:00 2001 From: Jeong Ha Seung <88266129+HA-SEUNG-JEONG@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:50:45 +0900 Subject: [PATCH 01/36] =?UTF-8?q?fix=20:=20=EC=B0=B8=EA=B0=80=EC=9E=90=20?= =?UTF-8?q?=ED=95=AD=EB=AA=A9=20=EC=B9=B4=EC=9A=B4=ED=8A=B8=20=EB=A1=9C?= =?UTF-8?q?=EC=A7=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/section/group-study-info-section.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/section/group-study-info-section.tsx b/src/components/section/group-study-info-section.tsx index b5a2dc7f..d09452c1 100644 --- a/src/components/section/group-study-info-section.tsx +++ b/src/components/section/group-study-info-section.tsx @@ -31,7 +31,6 @@ export default function StudyInfoSection({ groupStudyId, status: 'APPROVED', }); - const applicants = useMemo( () => approvedApplicants?.pages[0]?.content ?? [], [approvedApplicants?.pages], @@ -124,7 +123,7 @@ export default function StudyInfoSection({