mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(Thread): remove useless wrapper for webpage comment.link with no thumbnail
This commit is contained in:
@@ -1729,7 +1729,7 @@ const Thread = () => {
|
||||
<span
|
||||
key={`fta-${index}`}
|
||||
className='file-thumb-reply'
|
||||
style={isReplyThumbnailClicked[index] ? {} : { width: replyDisplayWidth, height: replyDisplayHeight }}
|
||||
style={isReplyThumbnailClicked[index] || !reply.thumbnailUrl ? {} : { width: replyDisplayWidth, height: replyDisplayHeight }}
|
||||
>
|
||||
{reply.thumbnailUrl ? (
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user