aboutsummaryrefslogtreecommitdiff
path: root/resources/vue/components/responsive
diff options
context:
space:
mode:
Diffstat (limited to 'resources/vue/components/responsive')
-rw-r--r--resources/vue/components/responsive/ResponsiveNavigation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/vue/components/responsive/ResponsiveNavigation.vue b/resources/vue/components/responsive/ResponsiveNavigation.vue
index 0e72ca7..70e46a7 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),