Commit 641f6149 authored by syadziy's avatar syadziy

push progress

parent 858a3bd4
......@@ -95,7 +95,7 @@ class ReportProgress extends Component {
for (var i = 2000; i <= currentYear; i++) {
MB.push({ name: String(i), value: i })
if (i == currentYear) {
MB.push({ name: String(i), value: i })
MB.push({ name: String(i + 1), value: i + 1})
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment