Skip to content

Commit

Permalink
FEAT : 무한 스크롤 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
junvhui committed Feb 24, 2024
1 parent 4df2ba1 commit 140f1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainPage/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const Post = () => {
) : (
<EmptyContainer>기사가 없습니다.</EmptyContainer>
)}
<div ref={ref}>안녕</div>
<div ref={ref}></div>
</PostContent>
</PostWrap>
);
Expand Down

0 comments on commit 140f1ea

Please sign in to comment.