diff --git a/src/components/Post.js b/src/components/Post.js index de720b2..f181cfb 100644 --- a/src/components/Post.js +++ b/src/components/Post.js @@ -54,7 +54,9 @@ class Post extends React.Component { - + { this.props.auth.verified && + + }

Comments:


@@ -80,7 +82,8 @@ class Post extends React.Component { const mapStateToProps = (state) => { return { posts: state.posts, - slug: state.slug + slug: state.slug, + auth: state.auth }; }