summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-09-02 15:46:14 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-09-02 15:46:14 -0700
commita82201846af0d84b277294e48caf2a67ac0ee8a1 (patch)
tree19429bf5a23355387965c56db305ea620513edef /web/react/components
parent25dac9a503b734379733cc1b0cb5179580d64fda (diff)
downloadchat-a82201846af0d84b277294e48caf2a67ac0ee8a1.tar.gz
chat-a82201846af0d84b277294e48caf2a67ac0ee8a1.tar.bz2
chat-a82201846af0d84b277294e48caf2a67ac0ee8a1.zip
Fixed issue of missing empty, placeholder profile image for comments
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/post.jsx2
1 files changed, 1 insertions, 1 deletions
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 = (
<div className='post-profile-img__container'>
<img