codejockie/document-manager

View on GitHub
client/src/containers/Header.js

Summary

Maintainability
A
0 mins
Test Coverage

Function render has 79 lines of code (exceeds 50 allowed). Consider refactoring.
Wontfix

  render() {
    const { anchorEl } = this.state;
    const open = Boolean(anchorEl);
    const { authenticated, classes, signOutUser } = this.props;

Severity: Major
Found in client/src/containers/Header.js - About 2 hrs to fix

    Parsing error: Unexpected token 91 | 92 | {!authenticated && (
    Wontfix

                <>
    Severity: Minor
    Found in client/src/containers/Header.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status