From 510bd7027a549e4205c950b3e2d45df517138b10 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Mon, 1 Apr 2024 15:33:30 +0200 Subject: [PATCH] Update media.tsx --- src/components/media/media.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/media/media.tsx b/src/components/media/media.tsx index c0df856d..7054b4f5 100644 --- a/src/components/media/media.tsx +++ b/src/components/media/media.tsx @@ -98,7 +98,7 @@ const Media = ({ commentMediaInfo, isMobile, isReply, linkHeight, linkWidth, sho ) : commentMediaInfo?.type === 'image' ? ( setShowThumbnail(true)} /> ) : commentMediaInfo?.type === 'webpage' ? ( - + setShowThumbnail(true)} /> ) : null} {isMobile && commentMediaInfo?.type && (