From b2ef40cf6f65bc90ca08110cb5b78b5d4ba28ac6 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Tue, 28 Mar 2023 23:57:10 +0300 Subject: [PATCH] Fix invalid Tailwind property (#275) --- components/Chat/Chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Chat/Chat.tsx b/components/Chat/Chat.tsx index 9e592e9..78b3d1f 100644 --- a/components/Chat/Chat.tsx +++ b/components/Chat/Chat.tsx @@ -149,7 +149,7 @@ export const Chat: FC = memo( }, [messagesEndRef]); return ( -
+
{!(apiKey || serverSideApiKeyIsSet) ? (