fix: null content margin

This commit is contained in:
DIYgod 2023-05-23 15:08:08 +01:00
parent af932ee8dd
commit f776e082a0
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
"latest": [151, 53994, 54570, 54481, 54537, 54302, 53944, 55768]
"latest": [151, 53994, 54570, 54481, 54537, 54302, 53944, 55768, 55855]
}

View File

@ -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