diff --git a/src/smart-apollo.js b/src/smart-apollo.js index b4e9d14..609f18c 100644 --- a/src/smart-apollo.js +++ b/src/smart-apollo.js @@ -265,7 +265,7 @@ export class SmartQuery extends SmartApollo { variables && (this.options.variables = variables) if (this.observer) { const result = this.observer.refetch(variables).then((result) => { - if (result.loading === false) { + if (!result.loading) { this.loadingDone() } })