fix: show only selected post from favorites

This commit is contained in:
TerryM
2026-06-05 18:52:25 +08:00
parent 2d003c6fef
commit 9f5367ae12
3 changed files with 51 additions and 27 deletions

View File

@@ -169,6 +169,7 @@ export default function Favorites() {
categories={categories}
browseSort=""
showRank={false}
singlePostLink
onFavoriteChange={(_, favorited) => {
if (!favorited) setReloadKey((value) => value + 1);
}}