cnap-cobre/synapse

View on GitHub
frontend/src/components/NavigationGroup/NavigationGroup.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

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

render() {
const {
activeOnlyWhenExact, pathname, to, icon, label, children,
} = this.props;
const { open } = this.state;
Severity: Minor
Found in frontend/src/components/NavigationGroup/NavigationGroup.js - About 1 hr to fix
    Category
    Status