diff --git a/src/components/Post.js b/src/components/Post.js index 365e011..5ee2765 100644 --- a/src/components/Post.js +++ b/src/components/Post.js @@ -25,7 +25,7 @@ class Post extends React.Component { return comments.map(comment => { return (
-
+
Comment by {comment.author}

Posted: {comment.time_published}