fix: null content margin
This commit is contained in:
parent
af932ee8dd
commit
f776e082a0
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"latest": [151, 53994, 54570, 54481, 54537, 54302, 53944, 55768]
|
||||
"latest": [151, 53994, 54570, 54481, 54537, 54302, 53944, 55768, 55855]
|
||||
}
|
||||
|
|
@ -137,7 +137,7 @@ const Post = ({
|
|||
post.metadata?.content?.score?.number !== undefined &&
|
||||
post.metadata.content.score.number <= filtering
|
||||
) {
|
||||
return <div className="h-[1px]"></div>
|
||||
return null
|
||||
}
|
||||
|
||||
let isComment
|
||||
|
|
|
|||
Loading…
Reference in New Issue