From 51cceae2d823dc7559519bd4f7642ebf4cb0d95f Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Fri, 22 Mar 2024 17:34:32 +0100 Subject: [PATCH] fix(post): video thumbnails were not showing on mobile, without preload --- src/components/post/expando/expando.tsx | 2 +- src/components/post/thumbnail/thumbnail.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/post/expando/expando.tsx b/src/components/post/expando/expando.tsx index b4c3f96b..fe8845c0 100644 --- a/src/components/post/expando/expando.tsx +++ b/src/components/post/expando/expando.tsx @@ -29,7 +29,7 @@ const Expando = ({ authorEditReason, commentMediaInfo, content, expanded, link, if (commentMediaInfo?.type === 'image') { mediaComponent = ; } else if (commentMediaInfo?.type === 'video' && expanded) { - mediaComponent =