removed a semicolon that was causing a lint error

This commit is contained in:
ryanbliss
2020-01-06 15:13:20 -07:00
parent 18b6365308
commit 8ed2de71cd

View File

@@ -60,7 +60,7 @@ export default class TodoItem extends Node {
}, },
ref: 'content', ref: 'content',
}), }),
]); ])
}, },
} }
} }