bensaufley/code-words-web

View on GitHub
src/components/SignUp.js

Summary

Maintainability
A
1 hr
Test Coverage

Function SignUp has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const SignUp = (props) => {
  const { handleSubmit, invalid, submitting } = props;

  return (
    <Form onSubmit={handleSubmit}>
Severity: Minor
Found in src/components/SignUp.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status