This commit is contained in:
okbel
2018-01-15 12:59:39 -03:00
parent 77d83e04d5
commit bfa2f6edb9
3 changed files with 18 additions and 17 deletions
@@ -79,12 +79,11 @@ class UserDetailComment extends React.Component {
<div className={styles.bodyContainer}>
<div className={styles.body}>
<CommentFormatter
settings={{
suspectWords: suspect,
bannedWords: banned,
}}
suspectWords={suspect}
bannedWords={banned}
body={comment.body}
/>{' '}
className="talk-admin-user-detail-comment"
/>
<a
className={styles.external}
href={`${comment.asset.url}?commentId=${comment.id}`}