Try set default sort and group when choosing Boosts

This commit is contained in:
Lim Chee Aun 2024-07-19 20:00:10 +08:00
parent 808c6262d8
commit 4b2ec14dcd

View file

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