Skip to content

Commit bc62041

Browse files
author
taylorhakes
committed
Fixed broken todomvc lint
1 parent 34fe400 commit bc62041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todomvc/components/TodoItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default class TodoItem extends Component {
3131
}
3232

3333
render() {
34-
const {todo, markTodo, deleteTodo, editTodo} = this.props;
34+
const {todo, markTodo, deleteTodo} = this.props;
3535

3636
let element;
3737
if (this.state.editing) {

0 commit comments

Comments
 (0)