diff --git a/edit-post/components/header/publish-button/index.js b/edit-post/components/header/publish-button/index.js index 02b7a9160950d..27fa499d9dac8 100644 --- a/edit-post/components/header/publish-button/index.js +++ b/edit-post/components/header/publish-button/index.js @@ -5,7 +5,8 @@ const PublishButton = ( { isSidebarEnabled, onToggle, forceIsDirty, - forceIsSaving } ) => { + forceIsSaving, +} ) => { if ( isSidebarEnabled ) { return (