Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
niels-bosman committed Aug 17, 2023
1 parent 700d972 commit 27150cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatDialog/ChatDialogInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const ChatDialogInput: FC<ChatDialogInputProps> = ({
return (
<form
className={classNames('w-full relative', font.className)}
onSubmit={(e) => {
onSubmit={e => {
if (inputIsEmpty) return;
handleSubmit(e);
}}
Expand Down

0 comments on commit 27150cc

Please sign in to comment.