diff --git a/src/components/views/Home.jsx b/src/components/views/Home.jsx index 6d67bce7..bbae527d 100644 --- a/src/components/views/Home.jsx +++ b/src/components/views/Home.jsx @@ -31,7 +31,7 @@ const RecentThread = ({ commentCid }) => { return ( <> - {isMediaShowed && comment.replyCount > 0 ? ( + {isMediaShowed && comment.replyCount > 0 && !comment.removed ? (