Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-flam committed Aug 24, 2020
1 parent c6382f1 commit fd4ba0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/src/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ class Dashboard extends React.Component {
}

fetchCommits() {
const { match, project, selected_batch_new, dispatch, aggregation_metrics } = this.props;
const { match, project, dispatch, aggregation_metrics } = this.props;
const extra_params = {
// only_ci_batches: selected_batch_new === 'default',
with_outputs: true,
}
dispatch(fetchCommits(project, {...match.params}, default_date_range(), aggregation_metrics, extra_params))
Expand Down

0 comments on commit fd4ba0e

Please sign in to comment.