Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
korih committed Nov 23, 2024
1 parent 4202f1a commit 1af9068
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/contact/mailForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ function MailForm() {
body: message,
}),
})
} catch (error) {}
window.location.reload()
} catch (error) {
console.log(error)
}
alert('Message sent!')
}

return (
Expand Down

0 comments on commit 1af9068

Please sign in to comment.