[-] Remove unused variable i

This commit is contained in:
Hykilpikonna
2019-12-07 14:15:43 -05:00
parent 940bf3635c
commit 643430553b
@@ -116,7 +116,7 @@ export default class OverallLine extends Vue
type: 'line', type: 'line',
smooth: true, smooth: true,
symbol: 'circle', // circle, diamond, emptyCircle, none symbol: 'circle', // circle, diamond, emptyCircle, none
data: this.toDateRange([...assignments.map(a => a.time)].map((time, i) => data: this.toDateRange([...assignments.map(a => a.time)].map(time =>
{ {
// Find subset before this assignment // Find subset before this assignment
let subset = assignments.filter(a => a.time <= time); let subset = assignments.filter(a => a.time <= time);