This commit is contained in:
Chi Vinh Le
2018-01-30 17:18:09 +01:00
parent b33cde03c3
commit cb5a41f119
11 changed files with 46 additions and 55 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
export { addTag, removeTag } from 'coral-embed-stream/src/actions/commentBox';
export {
addCommentClassName,
removeCommentClassName,
addCommentBoxTag as addTag,
removeCommentBoxTag as removeTag,
} from 'coral-embed-stream/src/actions/stream';
+1 -1
View File
@@ -1,3 +1,3 @@
export const commentBoxTagsSelector = state => state.commentBox.tags;
export const commentBoxTagsSelector = state => state.stream.commentBoxTags;
export const commentClassNamesSelector = state =>
state.stream.commentClassNames;