diff --git a/frontend/app/chat/components/ChatsList/index.tsx b/frontend/app/chat/components/ChatsList/index.tsx index 7d91246b8..e31a230c1 100644 --- a/frontend/app/chat/components/ChatsList/index.tsx +++ b/frontend/app/chat/components/ChatsList/index.tsx @@ -6,7 +6,7 @@ export function ChatsList() { const { allChats, deleteChat } = useChats(); return (
-