rofrischmann/alveron

View on GitHub
website/examples/ContactForm.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export default function ContactForm() {
  const [state, { setFirstName, setLastName, setEmail, submitForm }] = useStore(
    actions,
    model
  )
Severity: Minor
Found in website/examples/ContactForm.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status