segunolalive/helloBooks

View on GitHub
client/components/Header/index.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    let navLinks = ['library'];
    navLinks = this.props.isLoggedIn ?
      ['dashboard', ...navLinks, 'history', 'logout'] :
      ['login', 'sign up', ...navLinks];
Severity: Minor
Found in client/components/Header/index.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status