Do not show commented on header for ephemeral posts (#7069)

Этот коммит содержится в:
Joram Wilander
2017-08-01 13:34:30 -04:00
коммит произвёл 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 = '';