Show announcements in reverse chronological order (#15065)

This commit is contained in:
Darius Kazemi 2020-10-30 05:09:51 -07:00 committed by GitHub
parent 8d7fbe7dd9
commit f1f0400adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ class Announcements extends ImmutablePureComponent {
selected={index === idx}
disabled={disableSwiping}
/>
))}
)).reverse()}
</ReactSwipeableViews>
{announcements.size > 1 && (