From 2bfba4cce852ebe63391b70ab9f40a2161c4016c Mon Sep 17 00:00:00 2001 From: ajaythapliyal Date: Fri, 24 Feb 2023 08:13:21 +0530 Subject: [PATCH] fixes 2 from nicks list --- frontend/src/conversation/Conversation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index 9fc770f..9a8f64b 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -42,7 +42,7 @@ export default function Conversation() { > ); })} - {messages.length === 0 && } + {messages.length === 0 && }