summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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