diff --git a/src/App2.js b/src/App2.js index 42efc0c..4a3bf17 100644 --- a/src/App2.js +++ b/src/App2.js @@ -46,13 +46,15 @@ export default class App extends Component { } render() { + const todos = this.getTodos(); + return (