Remove query empty from model

This commit is contained in:
Erik Sundell
2018-12-04 13:23:26 +01:00
parent 2be92af456
commit 2af78aca8e
2 changed files with 0 additions and 2 deletions

View File

@@ -162,7 +162,6 @@ export function calculateResultsFromQueryTransactions(
graphInterval
)
: undefined,
queryEmpty: queryTransactions.filter(qt => qt.resultType === 'Logs' && qt.done).every(qt => qt.result.length === 0),
};
return {