From f0e87094d6c5f8e7b26fb91c9276bdd8ef02c75e Mon Sep 17 00:00:00 2001 From: ratishjain Date: Thu, 5 Oct 2023 23:24:09 +0530 Subject: [PATCH] fixed homepage --- frontend/src/conversation/Conversation.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index 79e62da7..ab435768 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -113,7 +113,7 @@ export default function Conversation() { }; return ( -
+
{queries.length > 0 && !hasScrolledToLast ? (