Fix Be The Change bug.

pull/2103/head
Hunter Trujillo 2017-10-19 15:44:25 -06:00
parent 7ba4258c59
commit dde9b9cd5e
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ const AutoRefresh = ComposedComponent => {
}
if (
!this.resultsForQuery(timeSeries) ||
!this._resultsForQuery(timeSeries) ||
!this.state.lastQuerySuccessful
) {
return this.renderNoResults()