fix: typo

This commit is contained in:
danisharora099 2023-02-28 13:24:53 -07:00
parent f22b5415c9
commit 60077789e4
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export default function MessageInput(props: Props) {
!event.ctrlKey && !event.ctrlKey &&
!event.shiftKey !event.shiftKey
) { ) {
await onMessage(); await sendMessage();
} }
}; };