mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 23:38:57 +08:00
lint
This commit is contained in:
@@ -76,7 +76,7 @@ class UserDetailComment extends React.Component {
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles.story}>
|
||||
Story:{' '}
|
||||
Story:{' '}
|
||||
{comment.asset.title ? comment.asset.title : comment.asset.url}
|
||||
{
|
||||
<Link to={`/admin/moderate/${comment.asset.id}`}>
|
||||
|
||||
@@ -122,7 +122,7 @@ class Comment extends React.Component {
|
||||
</div>
|
||||
|
||||
<div className={styles.moderateArticle}>
|
||||
Story:{' '}
|
||||
Story:{' '}
|
||||
{comment.asset.title ? comment.asset.title : comment.asset.url}
|
||||
{!currentAsset && (
|
||||
<Link to={`/admin/moderate/${comment.asset.id}`}>
|
||||
|
||||
Reference in New Issue
Block a user