Update Comment.js

Ternary to display asset url if there's no asset title in admin comments
This commit is contained in:
Olly Dutton
2018-03-13 12:18:21 +11:00
committed by GitHub
parent 93e850ba3f
commit bfb9ea1eea
@@ -122,7 +122,7 @@ class Comment extends React.Component {
</div>
<div className={styles.moderateArticle}>
Story: {comment.asset.title}
Story: {comment.asset.title ? comment.asset.title : comment.asset.url}
{!currentAsset && (
<Link to={`/admin/moderate/${comment.asset.id}`}>
{t('modqueue.moderate')}