diff --git a/resources/vue/components/responsive/ResponsiveNavigation.vue b/resources/vue/components/responsive/ResponsiveNavigation.vue index 6e56fdaf10ab8203b78195d8c516ce10523d0339..d9383340ac4681bd25df908f273260440cfb5276 100644 --- a/resources/vue/components/responsive/ResponsiveNavigation.vue +++ b/resources/vue/components/responsive/ResponsiveNavigation.vue @@ -151,7 +151,7 @@ export default { showMenu: false, activeItem: this.navigation.activated.at(-1) ?? 'start', currentNavigation: this.findItem(this.navigation.activated.at(0) ?? 'start', studipNavigation) - ?? this.studipNavigation, + ?? studipNavigation, initialNavigation: {}, initialTitle: '', isAdmin: ['root','admin'].includes(this.me.perm),