We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b60a99 commit 719a8c3Copy full SHA for 719a8c3
src/reducers/app.js
@@ -29,7 +29,7 @@ const INITIAL_STATE = {
29
previewEntity: dummyData.entity,
30
previewYear: dummyData.year.toString(),
31
year: dummyData.year.toString(),
32
- yearOptions: ['2017', '2016', '2015', '2014', '2013']
+ yearOptions: ['2018', '2017', '2016', '2015', '2014', '2013']
33
}
34
35
export default function (state = INITIAL_STATE, action) {
0 commit comments