[group] Change group sorting default back to newest.
This commit is contained in:
parent
81489b7a17
commit
01d736c6b2
|
@ -42,8 +42,8 @@ class GroupTimeline extends ImmutablePureComponent {
|
||||||
isDeckConnected,
|
isDeckConnected,
|
||||||
} = this.props
|
} = this.props
|
||||||
|
|
||||||
if (sortByValue !== GROUP_TIMELINE_SORTING_TYPE_TOP_OPTION_WEEKLY) {
|
if (sortByValue !== GROUP_TIMELINE_SORTING_TYPE_NEWEST) {
|
||||||
this.props.setMemberTopWeekly()
|
this.props.setMemberNewest()
|
||||||
} else {
|
} else {
|
||||||
const sortBy = getSortBy(sortByValue, sortByTopValue, onlyMedia)
|
const sortBy = getSortBy(sortByValue, sortByTopValue, onlyMedia)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue