diff --git a/src/routes/map/+layout.server.ts b/src/routes/map/+layout.server.ts index f66a6cea..11ac64da 100644 --- a/src/routes/map/+layout.server.ts +++ b/src/routes/map/+layout.server.ts @@ -20,6 +20,7 @@ export function load({ url }) { throw redirect(301, `/communities/map?language=${language}`); case communitiesOnly: + url.searchParams.delete('communitiesOnly'); throw redirect(301, '/communities/map'); } }