[group] Change group sorting default back to newest.

This commit is contained in:
Fosco Marotto 2021-01-25 10:53:11 -05:00
parent 81489b7a17
commit 01d736c6b2
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ class GroupTimeline extends ImmutablePureComponent {
isDeckConnected,
} = this.props
if (sortByValue !== GROUP_TIMELINE_SORTING_TYPE_TOP_OPTION_WEEKLY) {
this.props.setMemberTopWeekly()
if (sortByValue !== GROUP_TIMELINE_SORTING_TYPE_NEWEST) {
this.props.setMemberNewest()
} else {
const sortBy = getSortBy(sortByValue, sortByTopValue, onlyMedia)