diff --git a/app/components/post_attachment_opengraph/post_attachment_opengraph.js b/app/components/post_attachment_opengraph/post_attachment_opengraph.js index 3a96929cc..19ae04baf 100644 --- a/app/components/post_attachment_opengraph/post_attachment_opengraph.js +++ b/app/components/post_attachment_opengraph/post_attachment_opengraph.js @@ -217,7 +217,7 @@ export default class PostAttachmentOpenGraph extends PureComponent { const {isReplyPost, openGraphData, theme} = this.props; const {hasImage, height, imageUrl, width} = this.state; - if (!openGraphData || openGraphData.description == null) { + if (!openGraphData || !openGraphData.url) { return null; }