diff --git a/web/src/components/MemoList.tsx b/web/src/components/MemoList.tsx index a0a90de9..8cf2c90a 100644 --- a/web/src/components/MemoList.tsx +++ b/web/src/components/MemoList.tsx @@ -119,6 +119,7 @@ const MemoList = () => { } if (sortedMemos.length < DEFAULT_MEMO_LIMIT) { handleFetchMoreClick(); + return; } const observer = new IntersectionObserver(([entry]) => { if (entry.isIntersecting) {