Fixed stash heart not highlighted in search results.
This commit is contained in:
@@ -10,7 +10,7 @@ export async function onBeforeRender(pageContext) {
|
||||
}), {
|
||||
page: Number(pageContext.routeParams.page) || 1,
|
||||
limit: Number(pageContext.urlParsed.search.limit) || 30,
|
||||
});
|
||||
}, pageContext.user);
|
||||
|
||||
const {
|
||||
scenes,
|
||||
|
||||
Reference in New Issue
Block a user