mirror of
https://github.com/wassname/talk.git
synced 2026-08-10 12:41:02 +08:00
Update UserDetailComment.js
fix linting error
This commit is contained in:
@@ -76,7 +76,8 @@ class UserDetailComment extends React.Component {
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles.story}>
|
||||
Story: {comment.asset.title ? comment.asset.title : comment.asset.url}
|
||||
Story:{' '}
|
||||
{comment.asset.title ? comment.asset.title : comment.asset.url}
|
||||
{
|
||||
<Link to={`/admin/moderate/${comment.asset.id}`}>
|
||||
{t('modqueue.moderate')}
|
||||
|
||||
Reference in New Issue
Block a user