HBM/md-components

View on GitHub
src/js/navigation/index.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render () {
    return (
      <div className='mdc-Navigation'>
        <nav className={classnames('mdc-Navigation-sidebar', {'is-visible': this.state.visible})}>
          <div className='mdc-Navigation-logo'>
Severity: Minor
Found in src/js/navigation/index.js - About 1 hr to fix

    Parsing error: Unexpected token =
    Open

      state = {
    Severity: Minor
    Found in src/js/navigation/index.js by eslint

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

    There are no issues that match your filters.

    Category
    Status