Also set sort order when filter by Boosts in Catch-up
This commit is contained in:
parent
9bf50615cb
commit
3be53f1ff9
1 changed files with 1 additions and 0 deletions
|
@ -1259,6 +1259,7 @@ function Catchup() {
|
||||||
setSelectedFilterCategory(label);
|
setSelectedFilterCategory(label);
|
||||||
if (label === 'Boosts') {
|
if (label === 'Boosts') {
|
||||||
setSortBy('reblogsCount');
|
setSortBy('reblogsCount');
|
||||||
|
setSortOrder('desc');
|
||||||
setGroupBy(null);
|
setGroupBy(null);
|
||||||
}
|
}
|
||||||
// setSelectedAuthor(null);
|
// setSelectedAuthor(null);
|
||||||
|
|
Loading…
Add table
Reference in a new issue