diff --git a/client/coral-framework/hocs/withQuery.js b/client/coral-framework/hocs/withQuery.js index 9265a1656..b51467262 100644 --- a/client/coral-framework/hocs/withQuery.js +++ b/client/coral-framework/hocs/withQuery.js @@ -56,7 +56,7 @@ export default (document, config = {}) => (WrappedComponent) => { const status = networkStatusToString(networkStatus); - this.context.eventEmitter.emit(`query.${name}.${status}`, {variables, networkStatus}); + this.context.eventEmitter.emit(`query.${name}.${status}`, {variables}); } wrappedConfig = {