Update comment-media.tsx

This commit is contained in:
Tom (plebeius.eth)
2024-06-08 19:46:37 +02:00
parent 9090c18652
commit aaa13324f5
@@ -136,7 +136,7 @@ const Media = ({ commentMediaInfo, isReply, setShowThumbnail }: MediaProps) => {
)} )}
{isMobile && (type === 'iframe' || type === 'video' || type === 'audio') && ( {isMobile && (type === 'iframe' || type === 'video' || type === 'audio') && (
<div className={styles.closeButton}> <div className={styles.closeButton}>
<span className='button' onClick={() => setShowThumbnail(false)}> <span className='button' onClick={() => setShowThumbnail(true)}>
{t('close')} {t('close')}
</span> </span>
</div> </div>