mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 11:22:25 +08:00
Update NavigationMenuGuideList.tsx
This commit is contained in:
@@ -38,7 +38,7 @@ const NavigationMenuGuideList: React.FC<Props> = ({ id, active }) => {
|
||||
|
||||
// disabled
|
||||
// level !== 'home' && level !== id ? '-ml-8' : '',
|
||||
!active ? 'opacity-0 hidden absolute' : '',
|
||||
!active ? 'opacity-0 invisible absolute h-0 overflow-hidden' : '',
|
||||
].join(' ')}
|
||||
>
|
||||
<NavigationMenuGuideListItems id={id} />
|
||||
|
||||
Reference in New Issue
Block a user