Fixed minor things, cleaned up some code

This commit is contained in:
2019-11-06 00:29:09 +01:00
parent 72f38c1137
commit 3b0dce6fbe
4 changed files with 9 additions and 8 deletions

View File

@@ -26,7 +26,6 @@ export class MyTodo extends CustomElement{
{this.todos.map(item =>
<todo-item
model={ item.id }
text={item.text}
checked={ item.checked }
>
{ item.text }