Skip to content

Commit fd4ba0e

Browse files
committed
Fix warning
1 parent c6382f1 commit fd4ba0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webapp/src/Dashboard.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ class Dashboard extends React.Component {
6363
}
6464

6565
fetchCommits() {
66-
const { match, project, selected_batch_new, dispatch, aggregation_metrics } = this.props;
66+
const { match, project, dispatch, aggregation_metrics } = this.props;
6767
const extra_params = {
68-
// only_ci_batches: selected_batch_new === 'default',
6968
with_outputs: true,
7069
}
7170
dispatch(fetchCommits(project, {...match.params}, default_date_range(), aggregation_metrics, extra_params))

0 commit comments

Comments
 (0)