mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update board.tsx
This commit is contained in:
@@ -119,7 +119,7 @@ const Board = () => {
|
|||||||
) : !hasMore && feed.length === 0 ? (
|
) : !hasMore && feed.length === 0 ? (
|
||||||
t('no_posts')
|
t('no_posts')
|
||||||
) : (
|
) : (
|
||||||
<LoadingEllipsis string={loadingStateString} />
|
hasMore && <LoadingEllipsis string={loadingStateString} />
|
||||||
)}
|
)}
|
||||||
{error && (
|
{error && (
|
||||||
<div className='red'>
|
<div className='red'>
|
||||||
|
|||||||
Reference in New Issue
Block a user