From 57760b11b5e72e7e2d57fd09a38677b2ed5d18b7 Mon Sep 17 00:00:00 2001 From: mamadoudicko Date: Tue, 27 Jun 2023 11:09:47 +0200 Subject: [PATCH] feat: fix new chat button --- .../app/chat/components/ChatsList/index.tsx | 35 ++++++++++--------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/frontend/app/chat/components/ChatsList/index.tsx b/frontend/app/chat/components/ChatsList/index.tsx index 13f11bc19..8448dc322 100644 --- a/frontend/app/chat/components/ChatsList/index.tsx +++ b/frontend/app/chat/components/ChatsList/index.tsx @@ -38,29 +38,32 @@ export const ChatsList = (): JSX.Element => { }} className={cn("overflow-hidden")} > -
- -
- +
+ +
+ {allChats.map((chat) => ( + + ))}
+