Skip to content

Commit

Permalink
fix: 독서모임 페이지 무한스크롤 ref 최하단으로 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxrxn committed Feb 3, 2024
1 parent f5e15be commit 2cd1e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/group/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ const EntireBookGroupList = () => {
)
)}
</div>
<div ref={ref} />
{isFetchingNextPage && <DetailBookGroupCardSkeleton />}
<div ref={ref} />
</>
);
};

0 comments on commit 2cd1e16

Please sign in to comment.