forked from cybrespace/mastodon
Show announcements in reverse chronological order (#15065)
This commit is contained in:
parent
8d7fbe7dd9
commit
f1f0400adc
|
@ -437,7 +437,7 @@ class Announcements extends ImmutablePureComponent {
|
|||
selected={index === idx}
|
||||
disabled={disableSwiping}
|
||||
/>
|
||||
))}
|
||||
)).reverse()}
|
||||
</ReactSwipeableViews>
|
||||
|
||||
{announcements.size > 1 && (
|
||||
|
|
Loading…
Reference in New Issue