mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixed issue of missing empty, placeholder profile image for comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user