Skip to content

Commit

Permalink
Forgot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Mar 7, 2023
1 parent 2b6f49e commit b2f240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/block-edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function BlockControlFilters( props ) {
removeAction( 'hookRemoved', namespace );
removeAction( 'hookAdded', namespace );
};
} );
}, [] );

if ( ! shouldDisplayControls ) {
return;
Expand Down

0 comments on commit b2f240a

Please sign in to comment.