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)