reactjs/redux

View on GitHub
examples/todomvc/src/components/TodoItem.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const { todo, completeTodo, deleteTodo } = this.props

    let element
    if (this.state.editing) {
Severity: Minor
Found in examples/todomvc/src/components/TodoItem.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status