fix(home): ensure removed threads don't appear in popular threads box

This commit is contained in:
plebeius.eth
2023-10-03 11:08:53 +02:00
parent 6ec75d6e6e
commit fee9e6fa08
+1 -1
View File
@@ -31,7 +31,7 @@ const RecentThread = ({ commentCid }) => {
return (
<>
{isMediaShowed && comment.replyCount > 0 ? (
{isMediaShowed && comment.replyCount > 0 && !comment.removed ? (
<div className='board'>
<div className='board-title' key='board-title'>
<span>{subplebbit.title || subplebbit.address}</span>