From 2cd1e161e9335cf3a1410427f734edcc62f51596 Mon Sep 17 00:00:00 2001 From: gxxrxn Date: Sun, 4 Feb 2024 06:57:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8F=85=EC=84=9C=EB=AA=A8=EC=9E=84=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=AC=B4=ED=95=9C=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A1=A4=20ref=20=EC=B5=9C=ED=95=98=EB=8B=A8=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/group/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/group/page.tsx b/src/app/group/page.tsx index e68e6cfc..3d4ebc75 100644 --- a/src/app/group/page.tsx +++ b/src/app/group/page.tsx @@ -137,8 +137,8 @@ const EntireBookGroupList = () => { ) )} -
{isFetchingNextPage && } +
); };