From f47fc7a484fa011ba281f28a0fc5314559432f46 Mon Sep 17 00:00:00 2001 From: staticGuru Date: Sat, 7 Oct 2023 11:39:51 +0530 Subject: [PATCH] add the additional div in the chat sections --- frontend/src/conversation/Conversation.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index ab43576..8d85f3c 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -144,6 +144,7 @@ export default function Conversation() { ); })} + {hasScrolledToLast &&
}
)} {queries.length === 0 && (