From d6335c8d27c0627d6eda631c9f7922f9de29186b Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sat, 26 Jul 2025 22:10:19 +0900 Subject: [PATCH] #78 --- frontend/src/pages/posts/PostListPage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/pages/posts/PostListPage.tsx b/frontend/src/pages/posts/PostListPage.tsx index 8093aeb..0af941d 100644 --- a/frontend/src/pages/posts/PostListPage.tsx +++ b/frontend/src/pages/posts/PostListPage.tsx @@ -76,6 +76,8 @@ export default () => { containerRef.current.scrollTop = scroll loadMore (true) + + sessionStorage.removeItem ('posts') } else {