fix(frontend): Problem opgelost waardoor de menubalk niet meer getoond werd.
This commit is contained in:
parent
be654fa760
commit
b7d2f9b364
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
const showMenuBar = computed(() =>
|
const showMenuBar = computed(() =>
|
||||||
(route.meta as RouteMeta).requiresAuth in [false, undefined]
|
(route.meta as RouteMeta).requiresAuth
|
||||||
&& auth.authState.user
|
&& auth.authState.user
|
||||||
)
|
)
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue