mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
Wrong reducer name
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
|
||||
const mapStateToProps = (state) => ({
|
||||
commentClassNames: commentClassNamesSelector(state),
|
||||
checked: state.coralPluginOfftopic.checked
|
||||
checked: state.talkPluginOfftopic.checked
|
||||
});
|
||||
|
||||
const mapDispatchToProps = (dispatch) =>
|
||||
|
||||
Reference in New Issue
Block a user