segunolalive/helloBooks

View on GitHub
client/components/auth/SignUp.jsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function render has 123 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const loadingState = this.props.isLoading ?
      <Loading text='Creating your account' /> : null;
    return (
      this.props.isLoggedIn === true ?
Severity: Major
Found in client/components/auth/SignUp.jsx - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status