diff --git a/client/src/router/index.ts b/client/src/router/index.ts index bd2126e5..291e1b53 100644 --- a/client/src/router/index.ts +++ b/client/src/router/index.ts @@ -188,6 +188,10 @@ const router = createRouter({ component: () => import("@/pages/userProfile/CompetenceProfilePage.vue"), props: true, name: "profileCompetence", + meta: { + hideChrome: true, + showCloseButton: true, + }, children: [ { path: "", @@ -196,10 +200,6 @@ const router = createRouter({ import( "@/components/selfEvaluationFeedback/SelfEvaluationAndFeedbackOverview.vue" ), - meta: { - hideChrome: true, - showCloseButton: true, - }, }, { path: "evaluations",