We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804c021 commit 3ee96dcCopy full SHA for 3ee96dc
apps/client/@/shadcn/components/app-sidebar.tsx
@@ -163,7 +163,7 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
163
}, [handleKeyPress, location]);
164
165
return (
166
- <Sidebar collapsible="icon" {...props}>
+ <Sidebar collapsible="icon" {...props} >
167
<SidebarHeader>
168
{/* <TeamSwitcher teams={data.teams} /> */}
169
<div className="flex items-center gap-2 ">
0 commit comments