mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Viewing Options state and name conventions
This commit is contained in:
@@ -6,9 +6,9 @@ import {
|
||||
removeCommentClassName
|
||||
} from 'coral-embed-stream/src/actions/comment';
|
||||
import OffTopicFilter from '../components/OffTopicFilter';
|
||||
import {closeViewingOptions} from 'coral-embed-stream/src/actions/stream';
|
||||
import {closeViewingOptions} from 'plugins/coral-plugin-viewing-options/client/actions';
|
||||
|
||||
const mapStateToProps = ({comment, offTopic}) => ({
|
||||
const mapStateToProps = ({comment, ['coral-plugin-offtopic'] : offTopic}) => ({
|
||||
commentClassNames: comment.commentClassNames,
|
||||
checked: offTopic.checked
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user