Skip to content

Commit ad8a9cd

Browse files
authored
Merge pull request #1 from jayvdb/patch-1
app.js: Add 2018
2 parents 2b60a99 + 719a8c3 commit ad8a9cd

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)