diff --git a/webapp/components/post_view/post_body/post_body.jsx b/webapp/components/post_view/post_body/post_body.jsx index d211923309..1eab74cf24 100644 --- a/webapp/components/post_view/post_body/post_body.jsx +++ b/webapp/components/post_view/post_body/post_body.jsx @@ -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 = '';