Skip to content

Commit

Permalink
Remove extra updateGlobalState accidentally moved in prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Jun 18, 2020
1 parent 8d4228b commit a18ec43
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,6 @@ export class MapsAppView extends React.Component {
time || this.state.time
);
});
updateGlobalState(
{ ...newState, filters: filterManager.getGlobalFilters() },
!this.state.initialized
);
};

_initQueryTimeRefresh() {
Expand Down

0 comments on commit a18ec43

Please sign in to comment.