Skip to content

Commit 719a8c3

Browse files
authored
app.js: Add 2018
1 parent 2b60a99 commit 719a8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const INITIAL_STATE = {
2929
previewEntity: dummyData.entity,
3030
previewYear: dummyData.year.toString(),
3131
year: dummyData.year.toString(),
32-
yearOptions: ['2017', '2016', '2015', '2014', '2013']
32+
yearOptions: ['2018', '2017', '2016', '2015', '2014', '2013']
3333
}
3434

3535
export default function (state = INITIAL_STATE, action) {

0 commit comments

Comments
 (0)