Skip to content

Commit

Permalink
fixes for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed Apr 18, 2018
1 parent 3444476 commit ebe5dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/components/provider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class EditorProvider extends Component {
// Assume that we don't need to initialize in the case of an error recovery.
if ( ! props.recovery ) {
this.props.setupEditor( props.post, {
...EditorSettings.defaultSettings,
...this.props.settings,
...EditorSettings.defaultSettings,
...this.props.settings,
} );
}

Expand Down

0 comments on commit ebe5dd4

Please sign in to comment.