fix(Thread): remove useless wrapper for webpage comment.link with no thumbnail

This commit is contained in:
plebeius.eth
2023-09-23 14:32:01 +02:00
parent 57c3f71a22
commit e4b1fc6d35
+1 -1
View File
@@ -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