diff --git a/plugin-api/beta/client/hocs/withTags.js b/plugin-api/beta/client/hocs/withTags.js index 14ae4fcf4..3edc66824 100644 --- a/plugin-api/beta/client/hocs/withTags.js +++ b/plugin-api/beta/client/hocs/withTags.js @@ -92,6 +92,7 @@ export default (tag, options = {}) => hoistStatics((WrappedComponent) => { const alreadyTagged = isTagged(comment.tags, TAG); return hoistStatics((WrappedComponent) => { postTag={this.postTag} deleteTag={this.deleteTag} config={config} - {...rest} />; } }