dswhitely1/portfolio-master

View on GitHub
src/components/contact-page/form/ContactForm.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ContactForm has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ContactForm = () => {
    const actions = useContext(ActionsContext);
    const {isLoading, isSuccess} = useSelector((state: AppState) => state.contact);
    const [values, handleChange, handleSubmit, handleReset] = useForm({
        name: '', email: '', message: ''
Severity: Minor
Found in src/components/contact-page/form/ContactForm.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status