diff --git a/src/components/post/post.tsx b/src/components/post/post.tsx index 2110ebd8..24119cb6 100644 --- a/src/components/post/post.tsx +++ b/src/components/post/post.tsx @@ -58,6 +58,16 @@ const ReplyDesktop = ({ index, reply }: { index: number; reply: Comment }) => { {link.length > 30 ? link.slice(0, 30) + '...' : link} + {!showThumbnail && (commentMediaInfo?.type === 'iframe' || commentMediaInfo?.type === 'video') && ( + + {' '} + [ + setShowThumbnail(true)}> + {t('close')} + + ] + + )} {hasThumbnail && (