mirror of
https://github.com/wassname/talk.git
synced 2026-07-20 12:40:47 +08:00
Change moderate link
This commit is contained in:
@@ -100,7 +100,7 @@ class Comment extends React.Component {
|
||||
<div className={styles.moderateArticle}>
|
||||
Story: {comment.asset.title}
|
||||
{!props.currentAsset &&
|
||||
<Link to={`/admin/moderate/all/${comment.asset.id}`}>{t('modqueue.moderate')}</Link>}
|
||||
<Link to={`/admin/moderate/${comment.asset.id}`}>{t('modqueue.moderate')}</Link>}
|
||||
</div>
|
||||
<CommentAnimatedEdit body={comment.body}>
|
||||
<div className={styles.itemBody}>
|
||||
|
||||
Reference in New Issue
Block a user