fix: dropdown menu

This commit is contained in:
shadcn 2023-06-16 20:38:13 +04:00
parent 615e8e6384
commit 7ce8ae0867
8 changed files with 230 additions and 119 deletions

View file

@ -10,8 +10,6 @@ export interface SidebarListProps {
export async function SidebarList({ userId }: SidebarListProps) {
const chats = await getChats(userId)
console.log(chats)
return (
<div className="flex-1 overflow-auto">
{chats?.length ? (