Wrong reducer name

This commit is contained in:
Belen Curcio
2017-07-27 13:48:03 -03:00
parent cf8528dcf1
commit 447c3aa7cc
@@ -13,7 +13,7 @@ import {
const mapStateToProps = (state) => ({
commentClassNames: commentClassNamesSelector(state),
checked: state.coralPluginOfftopic.checked
checked: state.talkPluginOfftopic.checked
});
const mapDispatchToProps = (dispatch) =>