Skip to content

Commit

Permalink
LintFix
Browse files Browse the repository at this point in the history
  • Loading branch information
VLGrigoryan authored Aug 28, 2024
1 parent 19dcfd1 commit 14d8035
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/contacts/contacts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ const Contacts: NextPage = () => {
setTimeout(() => setFormSuccessfullySent(false), CONTACT_FORM_RESET_TIMEOUT);
};


const handleSubmit = async (event: React.FormEvent<HTMLFormElement>) => {
event.preventDefault();
setIsSubmitting(true);
Expand Down

0 comments on commit 14d8035

Please sign in to comment.