Category frontend fixes

This commit is contained in:
Sean Morley
2024-09-23 18:46:04 -04:00
parent 9a672e51cd
commit 86cefc8b2f
5 changed files with 62 additions and 117 deletions

View File

@@ -30,7 +30,7 @@ export const load = (async (event) => {
}
typeString += 'planned';
} else if (!visited && !planned) {
typeString = 'visited,planned';
typeString = 'general';
}
const include_collections = event.url.searchParams.get('include_collections') || 'false';