mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix ellipsis and skeleton in thread view
This commit is contained in:
@@ -875,7 +875,7 @@ const Thread = () => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{comment.state === "fetching-ipns" ? <PostLoader /> : null}
|
||||
{comment.replyCount === undefined ? <PostLoader /> : null}
|
||||
{sortedReplies.map((reply, index) => {
|
||||
const replyMediaInfo = getCommentMediaInfo(reply);
|
||||
const fallbackImgUrl = "assets/filedeleted-res.gif";
|
||||
|
||||
Reference in New Issue
Block a user