Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Combine select calls
  • Loading branch information
talldan committed Sep 10, 2025
commit cbdced904bafb084037af9fb2fa3ce636db62288
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ function __experimentalBlockVariationTransforms( { blockClientId } ) {
getBlockName,
getBlockAttributes,
getBlockEditingMode,
} = select( blockEditorStore );
const { isSectionBlock } = unlock( select( blockEditorStore ) );
isSectionBlock,
} = unlock( select( blockEditorStore ) );

const name = blockClientId && getBlockName( blockClientId );

Expand Down