From cda88d85f92b6ed44bb688735f891526cd02722f Mon Sep 17 00:00:00 2001 From: "Tindo N. Arsel" Date: Tue, 4 Apr 2023 10:41:22 +0100 Subject: [PATCH] fix folder's new chat button quickly disappear (#201) --- src/components/Menu/NewChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Menu/NewChat.tsx b/src/components/Menu/NewChat.tsx index 7144f5d..4d1b2ef 100644 --- a/src/components/Menu/NewChat.tsx +++ b/src/components/Menu/NewChat.tsx @@ -28,7 +28,7 @@ const NewChat = ({ folder }: { folder?: string }) => { title={folder ? String(t('newChat')) : ''} > {folder ? ( -
+
{t('newChat')}
) : (