fix: show only selected post from favorites
This commit is contained in:
@@ -169,6 +169,7 @@ export default function Favorites() {
|
||||
categories={categories}
|
||||
browseSort=""
|
||||
showRank={false}
|
||||
singlePostLink
|
||||
onFavoriteChange={(_, favorited) => {
|
||||
if (!favorited) setReloadKey((value) => value + 1);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user