From ff455efe84f688c584ab769a15c059ee859c8a7e Mon Sep 17 00:00:00 2001 From: Livio Bieri Date: Wed, 13 Mar 2024 16:27:34 +0100 Subject: [PATCH] fix: profile links in cockpit / learning mentor --- .../src/pages/cockpit/cockpitPage/CockpitExpertPage.vue | 5 ++++- .../learningMentor/mentor/MentorParticipantsPage.vue | 5 ++++- client/src/pages/learningPath/circlePage/CirclePage.vue | 5 ++++- client/src/pages/userProfile/UserProfilePage.vue | 8 -------- client/src/router/index.ts | 1 - 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/client/src/pages/cockpit/cockpitPage/CockpitExpertPage.vue b/client/src/pages/cockpit/cockpitPage/CockpitExpertPage.vue index 744a94de..6cbd4203 100644 --- a/client/src/pages/cockpit/cockpitPage/CockpitExpertPage.vue +++ b/client/src/pages/cockpit/cockpitPage/CockpitExpertPage.vue @@ -148,7 +148,10 @@ const courseSessionDetailResult = useCourseSessionDetailQuery();