From 159fd60bac1fe1dfc8f49c65de4da0bc00167fab Mon Sep 17 00:00:00 2001 From: miteruzo Date: Tue, 30 Dec 2025 11:09:40 +0900 Subject: [PATCH] #169 --- frontend/src/pages/posts/PostListPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/posts/PostListPage.tsx b/frontend/src/pages/posts/PostListPage.tsx index 2666289..50cc04f 100644 --- a/frontend/src/pages/posts/PostListPage.tsx +++ b/frontend/src/pages/posts/PostListPage.tsx @@ -139,7 +139,7 @@ export default () => { ) : !(loading) && '広場には何もありませんよ.'} - {(posts.length > 0 && loading) && 'Loading...'} + {loading && 'Loading...'} {/* TODO: 無限ローディング復活までコメント・アウト */} {/*
*/}