Skip to content

Commit

Permalink
Format code with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 29, 2024
1 parent 31c3102 commit fcd3d3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/src/components/UserInformationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function UserInformationForm() {
const paymentOptions = ["One Semester ($8)", "Two Semesters ($15)"];

const onSubmit = async (data: any) => {

try {
const response = await axios.post("/api/submitForm", data, {
headers: {
Expand All @@ -39,8 +38,7 @@ function UserInformationForm() {
// Form Submission Failed
}
} catch (error) {
// Error

// Error
}
};

Expand Down

0 comments on commit fcd3d3e

Please sign in to comment.