Do not show commented on header for ephemeral posts (#7069)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d79e538d27
Коммит
c6bf235ec2
@@ -70,7 +70,7 @@ export default class PostBody extends React.PureComponent {
|
||||
let comment = '';
|
||||
let postClass = '';
|
||||
|
||||
if (parentPost) {
|
||||
if (parentPost && !Utils.isPostEphemeral(post)) {
|
||||
const profile = this.props.parentPostUser;
|
||||
|
||||
let apostrophe = '';
|
||||
|
||||
Ссылка в новой задаче
Block a user