Skip to content

Commit

Permalink
remvoe errors
Browse files Browse the repository at this point in the history
  • Loading branch information
owlester12 committed Nov 3, 2024
1 parent 50ae980 commit 128253b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/components/ClubEditPage/ClubEditCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { error } from 'console'
import { Field, Form, Formik } from 'formik'
import Link from 'next/link'
import React, { ReactElement, useState } from 'react'
Expand Down Expand Up @@ -871,7 +870,7 @@ export default function ClubEditCard({
showEmailModal(true)
errors.email = 'Please confirm your email'
}
return error
return errors
}}
>
{({ dirty, isSubmitting, setFieldValue, submitForm }) => (
Expand Down

0 comments on commit 128253b

Please sign in to comment.