Merge pull request #568 from rgarmsen2295/fix-no-prof-pic-issue

Fixed alignment issue with comments
Этот коммит содержится в:
Corey Hulen
2015-09-02 15:54:58 -07:00
родитель 25dac9a503 a82201846a
Коммит 58ec3cb19a

Просмотреть файл

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