Skip to content

Commit

Permalink
Remove superflouous prop
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Nov 23, 2021
1 parent 688df44 commit 84e0c78
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/edit-site/src/components/editor/index.js
Expand Up @@ -219,11 +219,7 @@ function Editor( { initialSettings, onError } ) {
<ComplementaryArea.Slot scope="core/edit-site" />
)
}
drawer={
<NavigationSidebar
defaultIsOpen={ false }
/>
}
drawer={ <NavigationSidebar /> }
header={
<Header
openEntitiesSavedStates={
Expand Down

0 comments on commit 84e0c78

Please sign in to comment.