From 66005ea9ceb81331cd9d37073a414537a31e342d Mon Sep 17 00:00:00 2001 From: kyuran kim <57716832+gxxrxn@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:33:30 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20group=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=ED=83=80=EC=9E=85=20=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?(#448)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/group/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/group/page.tsx b/src/app/group/page.tsx index 8c769882..d8b9ab91 100644 --- a/src/app/group/page.tsx +++ b/src/app/group/page.tsx @@ -78,7 +78,7 @@ const GroupPage = () => { startDate, endDate, owner, - memberCount, + currentMemberCount, commentCount, isPublic, bookGroupId, @@ -94,7 +94,7 @@ const GroupPage = () => { name: owner.nickname, profileImageSrc: owner.profileUrl, }} - memberCount={memberCount} + memberCount={currentMemberCount} commentCount={commentCount} isPublic={isPublic} bookGroupId={bookGroupId}