From b833f32242a07ba14d2f6a2a7c9be1d5dc4b9ee1 Mon Sep 17 00:00:00 2001 From: FallenDeity <61227305+FallenDeity@users.noreply.github.com> Date: Sat, 21 Oct 2023 11:36:50 +0530 Subject: [PATCH] feat: fix chatlist spacing --- src/components/Chat/List.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Chat/List.tsx b/src/components/Chat/List.tsx index 589f9e3..3fdd904 100644 --- a/src/components/Chat/List.tsx +++ b/src/components/Chat/List.tsx @@ -117,7 +117,7 @@ export default function List({ conversation }: { conversation: FullConversationT -
+
{session && searchResults.length === 0 && conversations.map((conversation: FullConversationType) => (