Remove status from webhook posts in compact mode (#4739)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
aaa41535f8
Коммит
65699c7c51
@@ -218,7 +218,7 @@ export default class Post extends React.Component {
|
||||
profilePic = (
|
||||
<ProfilePicture
|
||||
src=''
|
||||
status={this.props.status}
|
||||
status={status}
|
||||
user={this.props.user}
|
||||
/>
|
||||
);
|
||||
|
||||
@@ -305,7 +305,7 @@ export default class RhsRootPost extends React.Component {
|
||||
profilePic = (
|
||||
<ProfilePicture
|
||||
src=''
|
||||
status={this.props.status}
|
||||
status={status}
|
||||
user={this.props.user}
|
||||
/>
|
||||
);
|
||||
|
||||
Ссылка в новой задаче
Block a user