From a82201846af0d84b277294e48caf2a67ac0ee8a1 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Wed, 2 Sep 2015 15:46:14 -0700 Subject: Fixed issue of missing empty, placeholder profile image for comments --- web/react/components/post.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components') diff --git a/web/react/components/post.jsx b/web/react/components/post.jsx index e284f4b6a..5f4aeb961 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 = (