From 88e459b5c1b66bf1d2b2c87ab2e3f302445735a2 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Fri, 13 Sep 2024 15:06:10 +0200 Subject: [PATCH] Update board.tsx --- src/views/board/board.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/board/board.tsx b/src/views/board/board.tsx index 6483251a..b06b4c65 100644 --- a/src/views/board/board.tsx +++ b/src/views/board/board.tsx @@ -86,6 +86,7 @@ const Board = () => { !removed && state === 'succeeded' && cid && + (hideThreadsWithoutImages ? getHasThumbnail(getCommentMediaInfo(comment), comment?.link) : true) && cid === postCid && comment?.subplebbitAddress === subplebbitAddress && !feed.some((post) => post.cid === cid)