From 447c3aa7cc2a250c58d3aa7a5b2b302990e6269d Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 27 Jul 2017 13:48:03 -0300 Subject: [PATCH] Wrong reducer name --- .../talk-plugin-offtopic/client/containers/OffTopicFilter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talk-plugin-offtopic/client/containers/OffTopicFilter.js b/plugins/talk-plugin-offtopic/client/containers/OffTopicFilter.js index 65431f5c0..9548b764e 100644 --- a/plugins/talk-plugin-offtopic/client/containers/OffTopicFilter.js +++ b/plugins/talk-plugin-offtopic/client/containers/OffTopicFilter.js @@ -13,7 +13,7 @@ import { const mapStateToProps = (state) => ({ commentClassNames: commentClassNamesSelector(state), - checked: state.coralPluginOfftopic.checked + checked: state.talkPluginOfftopic.checked }); const mapDispatchToProps = (dispatch) =>