LearnersGuild/echo

View on GitHub
src/common/containers/App/index.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function renderNavigation has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  renderNavigation() {
    const {auth: {currentUser = {}}} = this.props
    const avatar = <Avatar><img src={currentUser.avatarUrl || process.env.LOGO_SHORT_URL}/></Avatar>
    return (
      <div className={styles.nav}>
Severity: Major
Found in src/common/containers/App/index.jsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status