fullstack-hy2020 / part12-containers-applications

Application template to be used in the part 12 of Full Stack open
2 stars 301 forks source link

Fix object being added to todos #3

Closed protofarer closed 2 years ago

protofarer commented 2 years ago

Use data.todo instead of data as the object to be added to todos state. This will enable rendering (as should be intended) of newly created todo.

mluukkai commented 2 years ago

hmm. works for me as it was