mirror of
https://github.com/wassname/talk.git
synced 2026-07-29 11:28:24 +08:00
Fix Moderate → link by setting to "All" for that story
This commit is contained in:
@@ -129,7 +129,7 @@ class Comment extends React.Component {
|
||||
<div className={styles.moderateArticle}>
|
||||
Story: {comment.asset.title}
|
||||
{!props.currentAsset &&
|
||||
<Link to={`/admin/moderate/${comment.asset.id}`}>{t('modqueue.moderate')}</Link>}
|
||||
<Link to={`/admin/moderate/all/${comment.asset.id}`}>{t('modqueue.moderate')}</Link>}
|
||||
</div>
|
||||
<CSSTransitionGroup
|
||||
component={'div'}
|
||||
|
||||
Reference in New Issue
Block a user