Skip to content

Commit

Permalink
Fix: Show pre-publish panel items for contributors (#16424)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Jul 4, 2019
1 parent bb50415 commit 907c96b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ function PostPublishPanelPrepublish( {
] }>
<PostSchedule />
</PanelBody>
<MaybePostFormatPanel />
<MaybeTagsPanel />
{ children }
</>
) }
<MaybePostFormatPanel />
<MaybeTagsPanel />
{ children }
</div>
);
}
Expand Down

0 comments on commit 907c96b

Please sign in to comment.