mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
Pass config to plugins
This commit is contained in:
@@ -271,6 +271,7 @@ export default (reaction) => (WrappedComponent) => {
|
||||
alreadyReacted={alreadyReacted}
|
||||
postReaction={this.postReaction}
|
||||
deleteReaction={this.deleteReaction}
|
||||
config={this.props.config}
|
||||
/>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user