Skip to content
Snippets Groups Projects
Unverified Commit f1f0400a authored by Darius Kazemi's avatar Darius Kazemi Committed by GitHub
Browse files

Show announcements in reverse chronological order (#15065)

parent 8d7fbe7d
No related branches found
No related tags found
No related merge requests found
...@@ -437,7 +437,7 @@ class Announcements extends ImmutablePureComponent { ...@@ -437,7 +437,7 @@ class Announcements extends ImmutablePureComponent {
selected={index === idx} selected={index === idx}
disabled={disableSwiping} disabled={disableSwiping}
/> />
))} )).reverse()}
</ReactSwipeableViews> </ReactSwipeableViews>
{announcements.size > 1 && ( {announcements.size > 1 && (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment