fix: spacing

This commit is contained in:
Dominik Pschenitschni 2023-01-19 14:31:22 +01:00 committed by Gitea
parent 985f998a82
commit 9162002e55
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},