Update board.tsx

This commit is contained in:
Tom (plebeius.eth)
2024-09-13 15:06:10 +02:00
parent cccdad173d
commit 88e459b5c1
+1
View File
@@ -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)