ModusCreateOrg/react-idle

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language