From 2dc0b0b3ea85e19f8048df09d3a6b886a819b96b Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 13 Nov 2023 15:11:02 +0700 Subject: [PATCH] Fix conditional class --- web/screens/Chat/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/screens/Chat/index.tsx b/web/screens/Chat/index.tsx index 01b2eae5f..5b9194e73 100644 --- a/web/screens/Chat/index.tsx +++ b/web/screens/Chat/index.tsx @@ -131,9 +131,7 @@ const ChatScreen = () => {
x.name === currentConvo?.name - ).length === 0 && '-mt-1' + isModelAvailable && '-mt-1' )} > {isModelAvailable && (