diff --git a/src/components/Menu/NewChat.tsx b/src/components/Menu/NewChat.tsx index 526ca2c..2c68500 100644 --- a/src/components/Menu/NewChat.tsx +++ b/src/components/Menu/NewChat.tsx @@ -19,7 +19,7 @@ const NewChat = () => { : 'cursor-pointer opacity-100' }`} onClick={() => { - if (!generating) addChat; + if (!generating) addChat(); }} > {' '}