mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Fix flickering caused by turbolinks and other minor fixes
This commit is contained in:
@@ -50,7 +50,10 @@ const PostList = ({
|
||||
/>
|
||||
))
|
||||
:
|
||||
!areLoading ? <span className="infoText text-muted">There are no posts.</span> : null
|
||||
areLoading ?
|
||||
<span className="infoText">Loading...</span>
|
||||
:
|
||||
<span className="infoText text-muted">There are no posts.</span>
|
||||
}
|
||||
</InfiniteScroll>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user