remove unused prop

main
Mike Fix 6 years ago
parent eb8b3bdd49
commit 109adb4cb0

@ -43,9 +43,8 @@ class Editor extends React.Component {
super(props)
this.state = {
...DEFAULT_SETTINGS,
loading: true,
code: props.content,
preset: DEFAULT_PRESET_ID
preset: DEFAULT_PRESET_ID,
loading: true
}
this.export = this.export.bind(this)

Loading…
Cancel
Save