From 90a4e3669b53a8e62f26620050acfed5089ad1aa Mon Sep 17 00:00:00 2001 From: Jing Hua Date: Sat, 8 Apr 2023 22:08:34 +0800 Subject: [PATCH] unhide mobile side bar new chat --- src/components/Menu/NewChat.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/components/Menu/NewChat.tsx b/src/components/Menu/NewChat.tsx index 2c9a741..22e6587 100644 --- a/src/components/Menu/NewChat.tsx +++ b/src/components/Menu/NewChat.tsx @@ -13,14 +13,12 @@ const NewChat = ({ folder }: { folder?: string }) => { return ( { if (!generating) addChat(folder); @@ -34,9 +32,7 @@ const NewChat = ({ folder }: { folder?: string }) => { ) : ( <> - - {t('newChat')} - + {t('newChat')} )}