segunolalive/helloBooks

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status