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 Jul 8, 2021
1 parent da3f6b3 commit 855a9ce
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 855a9ce

Please sign in to comment.