diff --git a/web/react/components/post.jsx b/web/react/components/post.jsx index e284f4b6aa..5f4aeb9610 100644 --- a/web/react/components/post.jsx +++ b/web/react/components/post.jsx @@ -136,7 +136,7 @@ export default class Post extends React.Component { } var profilePic = null; - if (this.props.hideProfilePic) { + if (!this.props.hideProfilePic) { profilePic = (