Fix eslint errors (#1734)

This commit is contained in:
Nat Alison
2019-02-25 15:56:53 -08:00
committed by Brian Vaughn
parent 7a461065d1
commit c792f7d29f
2 changed files with 2 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ class CodeEditor extends Component {
}
render() {
const {children, containerNodeID} = this.props;
const {containerNodeID} = this.props;
const {
compiledES6,
code,