diff --git a/client/src/components/header/AccountMenu.vue b/client/src/components/header/AccountMenu.vue index ac310748..8e08f713 100644 --- a/client/src/components/header/AccountMenu.vue +++ b/client/src/components/header/AccountMenu.vue @@ -1,29 +1,16 @@ diff --git a/client/src/components/header/AccountMenuContent.vue b/client/src/components/header/AccountMenuContent.vue index 7f38ea98..d06d16f7 100644 --- a/client/src/components/header/AccountMenuContent.vue +++ b/client/src/components/header/AccountMenuContent.vue @@ -1,32 +1,28 @@ diff --git a/client/src/components/header/CourseSessionNavigation.vue b/client/src/components/header/CourseSessionNavigation.vue index 4ff81cd6..e2be0908 100644 --- a/client/src/components/header/CourseSessionNavigation.vue +++ b/client/src/components/header/CourseSessionNavigation.vue @@ -10,11 +10,12 @@ import { } from "@/utils/utils"; import { useTranslation } from "i18next-vue"; import { computed } from "vue"; +import SelectedCourseSession from "./SelectedCourseSession.vue"; const { t } = useTranslation(); const courseSessionsStore = useCourseSessionsStore(); -const { inCockpit, inCompetenceProfile, inLearningMentor, inLearningPath } = +const { isInCockpit, inCompetenceProfile, inLearningMentor, inLearningPath } = useRouteLookups(); const { hasCompetenceNaviMenu, @@ -30,13 +31,18 @@ const mentorTabTitle = computed(() => ); - - diff --git a/client/src/components/header/MobileMenu.vue b/client/src/components/header/MobileMenu.vue index 010c8417..5583d87e 100644 --- a/client/src/components/header/MobileMenu.vue +++ b/client/src/components/header/MobileMenu.vue @@ -1,6 +1,7 @@