fac-13 / jikt-todo

To do list by Jenath, Ivana, Katia, Tom
https://fac-13.github.io/jikt-todo/
2 stars 1 forks source link

Two ul elements due to HTML and renderState function #71

Closed shannonjensen closed 6 years ago

shannonjensen commented 6 years ago

Your renderState function is creating a ul element so your initial html ul element is redundant and just sitting empty on the DOM

tdoran commented 6 years ago

Good spot - fixed with #82