mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
fix: lint
This commit is contained in:
@@ -662,7 +662,9 @@ export function useServerInstallContent({
|
||||
if (fromContext.value === 'onboarding') {
|
||||
await client.archon.servers_v1.endIntro(currentServerId.value)
|
||||
queryClient.invalidateQueries({ queryKey: ['servers', 'detail', currentServerId.value] })
|
||||
navigateTo(getServerInstanceContentPath(currentServerId.value, currentWorldId.value ?? null))
|
||||
navigateTo(
|
||||
getServerInstanceContentPath(currentServerId.value, currentWorldId.value ?? null),
|
||||
)
|
||||
} else {
|
||||
navigateTo(`/hosting/manage/${currentServerId.value}?openSettings=installation`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user