Update board.tsx

This commit is contained in:
Tom (plebeius.eth)
2024-08-07 21:14:21 +02:00
parent 6fe0157efc
commit 179a328941
+1 -1
View File
@@ -119,7 +119,7 @@ const Board = () => {
) : !hasMore && feed.length === 0 ? (
t('no_posts')
) : (
<LoadingEllipsis string={loadingStateString} />
hasMore && <LoadingEllipsis string={loadingStateString} />
)}
{error && (
<div className='red'>