Skip to content

Commit 2991287

Browse files
committed
fix: remove unnecessary headerOnlyLayout condition from navigation visibility
1 parent 384fa20 commit 2991287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<nav
4-
v-if="loggedIn && routerIsReady && loginRedirectCheckIsReady && defaultLayout && headerOnlyLayout"
4+
v-if="loggedIn && routerIsReady && loginRedirectCheckIsReady && defaultLayout"
55
class="fixed h-14 top-0 z-30 w-full border-b shadow-sm bg-lightNavbar shadow-headerShadow dark:bg-darkNavbar dark:border-darkSidebarDevider"
66
>
77
<div class="af-header px-3 lg:px-5 lg:pl-3 flex items-center justify-between h-full w-full" >

0 commit comments

Comments
 (0)