Pass config to plugins

This commit is contained in:
Chi Vinh Le
2017-08-08 19:50:59 +07:00
parent bc67bc7b78
commit d1fc5668fb
2 changed files with 3 additions and 2 deletions
@@ -271,6 +271,7 @@ export default (reaction) => (WrappedComponent) => {
alreadyReacted={alreadyReacted}
postReaction={this.postReaction}
deleteReaction={this.deleteReaction}
config={this.props.config}
/>;
}
}