Skip to content

Commit

Permalink
Fix linting issue that went undetected by eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Sep 11, 2018
1 parent 4acd0c5 commit 7322881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edit-post/components/header/publish-button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const PublishButton = ( {
isSidebarEnabled,
onToggle,
forceIsDirty,
forceIsSaving } ) => {
forceIsSaving,
} ) => {
if ( isSidebarEnabled ) {
return (
<PostPublishPanelToggle
Expand Down

0 comments on commit 7322881

Please sign in to comment.