Skip to content
Snippets Groups Projects
Commit 5121ed32 authored by Inès Yeterian's avatar Inès Yeterian
Browse files

adding 2017 toucans

parent 1e1393c5
Branches
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ function SelectYear(props) { ...@@ -8,7 +8,7 @@ function SelectYear(props) {
const years = [] const years = []
for (let year = props.beginYear; year >= 2018; year -= 1) { for (let year = props.beginYear; year >= 2017; year -= 1) {
years.push({ years.push({
text: `${year.toString()}-${(year+1).toString()}`, text: `${year.toString()}-${(year+1).toString()}`,
value: year, value: year,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment