remove unused prop

main
Mike Fix 6 years ago
parent eb8b3bdd49
commit 109adb4cb0

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

Loading…
Cancel
Save