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: 無限ローディング復活までコメント・アウト */} {/*
*/}