Remove status from webhook posts in compact mode (#4739)

Этот коммит содержится в:
Joram Wilander
2016-12-09 18:43:28 -05:00
коммит произвёл Corey Hulen
родитель aaa41535f8
Коммит 65699c7c51
2 изменённых файлов: 2 добавлений и 2 удалений

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

@@ -218,7 +218,7 @@ export default class Post extends React.Component {
profilePic = ( profilePic = (
<ProfilePicture <ProfilePicture
src='' src=''
status={this.props.status} status={status}
user={this.props.user} user={this.props.user}
/> />
); );

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

@@ -305,7 +305,7 @@ export default class RhsRootPost extends React.Component {
profilePic = ( profilePic = (
<ProfilePicture <ProfilePicture
src='' src=''
status={this.props.status} status={status}
user={this.props.user} user={this.props.user}
/> />
); );