Skip to content

Commit

Permalink
Fix e2e test error
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jun 16, 2021
1 parent 13d81d9 commit 075e5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/block-list/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function Head( { children } ) {
return (
<context.Provider value={ element }>
<div ref={ setElement } style={ { display: 'none' } } />
{ element && children }
{ children }
</context.Provider>
);
}
Expand Down

0 comments on commit 075e5f9

Please sign in to comment.