revert loading change

This commit is contained in:
SachaG 2017-05-06 09:03:45 +09:00
parent 0027099278
commit b7b19b7bb5

View file

@ -125,7 +125,7 @@ const withList = (options) => {
return {
// see https://github.com/apollostack/apollo-client/blob/master/src/queries/store.ts#L28-L36
// note: loading will propably change soon https://github.com/apollostack/apollo-client/issues/831
loading,
loading: networkStatus === 1,
results,
totalCount,
refetch,