Update Comment.js

fix linting error
This commit is contained in:
Olly Dutton
2018-03-13 15:34:28 +11:00
committed by GitHub
parent 8e0c53ef3b
commit 6efda40e29
@@ -122,7 +122,8 @@ class Comment extends React.Component {
</div>
<div className={styles.moderateArticle}>
Story: {comment.asset.title ? comment.asset.title : comment.asset.url}
Story:{' '}
{comment.asset.title ? comment.asset.title : comment.asset.url}
{!currentAsset && (
<Link to={`/admin/moderate/${comment.asset.id}`}>
{t('modqueue.moderate')}