mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 04:56:52 +00:00
fix: new PAT not in list and cmp revenue (#5614)
* fix cmp info revenue not showing #5610 * fix use head referencing undefined * fix new PAT not pushed to list and use new modal * remove flex wrap in header nav
This commit is contained in:
@@ -283,10 +283,6 @@ definePageMeta({
|
||||
middleware: 'auth',
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: () => `${formatMessage(messages.headTitle)} - Modrinth`,
|
||||
})
|
||||
|
||||
const messages = defineMessages({
|
||||
headTitle: {
|
||||
id: 'settings.applications.head-title',
|
||||
@@ -420,6 +416,10 @@ const messages = defineMessages({
|
||||
},
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: () => `${formatMessage(messages.headTitle)} - Modrinth`,
|
||||
})
|
||||
|
||||
const { scopesToLabels } = useScopes()
|
||||
|
||||
const scopeCategories = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user