Skip to content

Commit

Permalink
Merge 947b02e into 24c2567
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher DeCairos committed Jan 18, 2018
2 parents 24c2567 + 947b02e commit 7cabfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/js/components/news/news.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default class News extends React.Component {
let newsByYear = [];

while (year <= currentYear) {
newsByYear.push(newsForYear(year));
newsByYear.unshift(newsForYear(year));
year++;
}

Expand Down

0 comments on commit 7cabfc0

Please sign in to comment.