mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 00:26:57 +08:00
Change href of moderate stream
This commit is contained in:
@@ -5,7 +5,7 @@ import t from 'coral-framework/services/i18n';
|
||||
|
||||
const ModerationLink = (props) => props.isAdmin ? (
|
||||
<div className={styles.moderationLink}>
|
||||
<a href={`/admin/moderate/all/${props.assetId}`} target="_blank">
|
||||
<a href={`/admin/moderate/${props.assetId}`} target="_blank">
|
||||
{t('moderate_this_stream')}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user