Merged in fix/preload-my-pages-menu-data (pull request #1582)

Fix/preload my pages menu data

* Preload my pages navigation data

* Remove unused suspense boundary


Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2025-03-20 09:42:33 +00:00
parent 8b2628a1d9
commit e0b7c3be7b
3 changed files with 7 additions and 8 deletions

View File

@@ -148,7 +148,7 @@ function SecondaryLinks({
)
}
const useMyPagesNavigation = () => {
export const useMyPagesNavigation = () => {
const lang = useLang()
return trpc.navigation.myPages.useQuery({
lang: lang,