diff --git a/edit-post/index.js b/edit-post/index.js index a5120e4d05b96c..78a67c55f210f6 100644 --- a/edit-post/index.js +++ b/edit-post/index.js @@ -59,7 +59,7 @@ export function initializeEditor( id, postType, postId, settings, overridePost ) 'core/editor.inserter', 'core/editor.settings', 'core/editor.preview', - 'core/editor.publish', + 'core/editor.publish' ] ); render( @@ -70,7 +70,7 @@ export function initializeEditor( id, postType, postId, settings, overridePost ) return { initializeMetaBoxes( metaBoxes ) { store.dispatch( initializeMetaBoxState( metaBoxes ) ); - }, + } }; }