fix: spacing

This commit is contained in:
Dominik Pschenitschni 2023-01-19 14:31:22 +01:00 committed by kolaente
parent d63dfe020f
commit 01cb413ccd
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ const router = createRouter({
console.debug('Replaced list view with', savedProjectView)
return {
name: router.hasRoute(savedProjectView)
name: router.hasRoute(savedProjectView)
? savedProjectView
: 'project.list',
params: {projectId: to.params.projectId},