Try set default sort and group when choosing Boosts

pull/591/head
Lim Chee Aun 2024-07-19 20:00:10 +08:00
rodzic 808c6262d8
commit 4b2ec14dcd
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -1257,6 +1257,10 @@ function Catchup() {
}
onChange={() => {
setSelectedFilterCategory(label);
if (label === 'Boosts') {
setSortBy('reblogsCount');
setGroupBy(null);
}
// setSelectedAuthor(null);
}}
/>