mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
Adding correct classNames
This commit is contained in:
@@ -4,7 +4,7 @@ import styles from './styles.css';
|
||||
export default class OffTopicFilter extends React.Component {
|
||||
|
||||
tag = 'OFF_TOPIC';
|
||||
className = 'offTopicComment';
|
||||
className = 'coral-plugin-off-topic-comment';
|
||||
cn = {[this.className] : {tags: [this.tag]}};
|
||||
|
||||
handleChange = (e) => {
|
||||
|
||||
@@ -22,6 +22,6 @@
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
:global(.offTopicComment) {
|
||||
:global(.coral-plugin-off-topic-comment) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user