Fixed minor things, cleaned up some code
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user