From 300e8a20e1b246d1760e738fdb6339b832c3df06 Mon Sep 17 00:00:00 2001 From: Abhas Date: Thu, 3 Jan 2019 16:44:29 +0530 Subject: [PATCH] Fix typo --- src/App2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App2.js b/src/App2.js index 03b84f5..42efc0c 100644 --- a/src/App2.js +++ b/src/App2.js @@ -32,7 +32,7 @@ export default class App extends Component { } toggleComplete = (i) => { - this.this.setTodos( + this.setTodos( this.getTodos().map( (todo, k) => k === i