fix: dropdown menu
This commit is contained in:
parent
615e8e6384
commit
7ce8ae0867
8 changed files with 230 additions and 119 deletions
|
|
@ -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 ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue