Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski authored and aaronrobertshaw committed May 9, 2024
1 parent 4a2837c commit e8d444f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ function useBlockEditorSettings( settings, postType, postId, renderingMode ) {
BLOCK_EDITOR_SETTINGS.includes( key )
)
),
// TODO: This key should have a better name
__experimentalStyles: styles,
allowedBlockTypes,
allowRightClickOverrides,
Expand Down Expand Up @@ -333,6 +332,7 @@ function useBlockEditorSettings( settings, postType, postId, renderingMode ) {
postType,
setIsInserterOpened,
sectionRootClientId,
styles,
] );
}

Expand Down

0 comments on commit e8d444f

Please sign in to comment.