From 7322881e6f257dde3ea4312a43b3f068b0ee3e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Tue, 11 Sep 2018 19:20:25 +0200 Subject: [PATCH] Fix linting issue that went undetected by eslint --- edit-post/components/header/publish-button/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/edit-post/components/header/publish-button/index.js b/edit-post/components/header/publish-button/index.js index 02b7a9160950de..27fa499d9dac81 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 (