Fixed issue of missing empty, placeholder profile image for comments

This commit is contained in:
Reed Garmsen
2015-09-02 15:46:14 -07:00
parent 25dac9a503
commit a82201846a

View File

@@ -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