removed a semicolon that was causing a lint error
This commit is contained in:
@@ -60,7 +60,7 @@ export default class TodoItem extends Node {
|
||||
},
|
||||
ref: 'content',
|
||||
}),
|
||||
]);
|
||||
])
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user