Compare commits

...
Author SHA1 Message Date
tdgao a1b3dadaa0 fix: dashboard error on load 2026-04-30 11:26:56 -06:00
+4 -4
View File
@@ -107,10 +107,6 @@ import { useQuery } from '@tanstack/vue-query'
import NotificationItem from '~/components/ui/NotificationItem.vue'
import { fetchExtraNotificationData, groupNotifications } from '~/helpers/platform-notifications.ts'
useHead({
title: () => `${formatMessage(messages.headTitle)} - Modrinth`,
})
const { formatMessage } = useVIntl()
const messages = defineMessages({
@@ -149,6 +145,10 @@ const messages = defineMessages({
},
})
useHead({
title: () => `${formatMessage(messages.headTitle)} - Modrinth`,
})
const auth = await useAuth()
const client = injectModrinthClient()