mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(home): ensure removed threads don't appear in popular threads box
This commit is contained in:
@@ -31,7 +31,7 @@ const RecentThread = ({ commentCid }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{isMediaShowed && comment.replyCount > 0 ? (
|
{isMediaShowed && comment.replyCount > 0 && !comment.removed ? (
|
||||||
<div className='board'>
|
<div className='board'>
|
||||||
<div className='board-title' key='board-title'>
|
<div className='board-title' key='board-title'>
|
||||||
<span>{subplebbit.title || subplebbit.address}</span>
|
<span>{subplebbit.title || subplebbit.address}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user