diff --git a/client/coral-configure/components/ConfigureCommentStream.js b/client/coral-configure/components/ConfigureCommentStream.js index ec5a43c15..20250ee86 100644 --- a/client/coral-configure/components/ConfigureCommentStream.js +++ b/client/coral-configure/components/ConfigureCommentStream.js @@ -1,6 +1,7 @@ import React from 'react'; import {Button, Checkbox} from 'coral-ui'; import QuestionBoxBuilder from './QuestionBoxBuilder'; +import cn from 'classnames'; import styles from './ConfigureCommentStream.css'; @@ -13,7 +14,7 @@ export default ({handleChange, handleApply, changed, ...props}) => (

{t('configure.title')}

diff --git a/plugins/talk-plugin-featured-comments/client/components/Tag.js b/plugins/talk-plugin-featured-comments/client/components/Tag.js index e7e75a0e6..1d8a1c00f 100644 --- a/plugins/talk-plugin-featured-comments/client/components/Tag.js +++ b/plugins/talk-plugin-featured-comments/client/components/Tag.js @@ -34,7 +34,7 @@ export default class Tag extends React.Component { - + {t('talk-plugin-featured-comments.featured')} {tooltip && } diff --git a/plugins/talk-plugin-like/client/LikeButton.js b/plugins/talk-plugin-like/client/LikeButton.js index ece85537d..cc65e0d58 100644 --- a/plugins/talk-plugin-like/client/LikeButton.js +++ b/plugins/talk-plugin-like/client/LikeButton.js @@ -35,7 +35,7 @@ class LikeButton extends React.Component { return (
diff --git a/plugins/talk-plugin-respect/client/RespectButton.js b/plugins/talk-plugin-respect/client/RespectButton.js index e77fd61c8..18bde9542 100644 --- a/plugins/talk-plugin-respect/client/RespectButton.js +++ b/plugins/talk-plugin-respect/client/RespectButton.js @@ -35,7 +35,7 @@ class RespectButton extends React.Component { return (