File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 22 BoxIcon ,
33 ChevronsUpDown ,
44 CircleHelp ,
5- Cloud ,
65 HomeIcon ,
76 LogOut ,
87 LucideIcon ,
@@ -280,8 +279,6 @@ export function NavSecondary({
280279 icon : LucideIcon ;
281280 } [ ] ;
282281} & React . ComponentPropsWithoutRef < typeof SidebarGroup > ) {
283- const { data : albyMe } = useAlbyMe ( ) ;
284- const { data : info } = useInfo ( ) ;
285282 const { setOpenMobile } = useSidebar ( ) ;
286283
287284 return (
@@ -312,16 +309,6 @@ export function NavSecondary({
312309 </ SidebarMenuButton >
313310 </ SidebarMenuItem >
314311 </ ExternalLink >
315- { ! albyMe ?. hub . name && info ?. albyAccountConnected && (
316- < ExternalLink to = "https://getalby.com/subscription/pro" >
317- < SidebarMenuItem >
318- < SidebarMenuButton >
319- < Cloud className = "h-4 w-4" />
320- Alby Cloud
321- </ SidebarMenuButton >
322- </ SidebarMenuItem >
323- </ ExternalLink >
324- ) }
325312 </ SidebarMenu >
326313 </ SidebarGroupContent >
327314 </ SidebarGroup >
You can’t perform that action at this time.
0 commit comments