mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:24:00 +01:00
fix: new chat
This commit is contained in:
parent
17b6fc91fb
commit
470aa40a84
|
@ -19,7 +19,7 @@ const NewChat = () => {
|
|||
: 'cursor-pointer opacity-100'
|
||||
}`}
|
||||
onClick={() => {
|
||||
if (!generating) addChat;
|
||||
if (!generating) addChat();
|
||||
}}
|
||||
>
|
||||
<PlusIcon />{' '}
|
||||
|
|
Loading…
Reference in a new issue