Skip to content

Commit

Permalink
Remove obsolete TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Sep 4, 2023
1 parent 325ca8b commit 8a5ed7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/block-editor/src/hooks/block-hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ function BlocksHooksControl( props ) {
<Fragment key={ vendor }>
<h3>{ vendor }</h3>
{ groupedHookedBlocks[ vendor ].map( ( block ) => {
// TODO: Display block icon.
// <BlockIcon icon={ block.icon } />

const checked =
block.name in hookedBlockClientIds;

Expand Down

0 comments on commit 8a5ed7a

Please sign in to comment.