This commit is contained in:
Abhas
2019-01-03 16:44:29 +05:30
parent 11d9c0d610
commit 300e8a20e1
+1 -1
View File
@@ -32,7 +32,7 @@ export default class App extends Component {
}
toggleComplete = (i) => {
this.this.setTodos(
this.setTodos(
this.getTodos().map(
(todo, k) =>
k === i