mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 14:24:33 +08:00
Update Comment.js
fix linting error
This commit is contained in:
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user