Fixed issue of missing empty, placeholder profile image for comments
Этот коммит содержится в:
@@ -136,7 +136,7 @@ export default class Post extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var profilePic = null;
|
var profilePic = null;
|
||||||
if (this.props.hideProfilePic) {
|
if (!this.props.hideProfilePic) {
|
||||||
profilePic = (
|
profilePic = (
|
||||||
<div className='post-profile-img__container'>
|
<div className='post-profile-img__container'>
|
||||||
<img
|
<img
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user