diff --git a/src/components/Post.js b/src/components/Post.js index ab2e1d6..f01dfd4 100644 --- a/src/components/Post.js +++ b/src/components/Post.js @@ -51,10 +51,10 @@ const Post = ({ post, recursionDepth, selectPost, reload }) => {

{post.content}

-
+ {recursionDepth !== 0 &&
{getComments(post)} -
+
}
{post.date.slice(8, 10) + "." + post.date.slice(5, 7) + "." + post.date.slice(0, 4)}