ModusCreateOrg/react-idle

View on GitHub
examples/src/containers/Simple/index.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const { months, active, onIdle, waiting } = this.state;
    const month = active ? this.state.months.get(active).month : '';

    return (
Severity: Minor
Found in examples/src/containers/Simple/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status