fix: return baseUrls if no uid is given to language switcher query

This commit is contained in:
Christel Westerberg
2024-06-11 16:53:42 +02:00
parent e622be7c86
commit 16ee1bf493
22 changed files with 69 additions and 88 deletions

View File

@@ -0,0 +1,3 @@
export default function EmptyHeaderPage() {
return null
}