Skip to content

Commit

Permalink
Try: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Jan 9, 2025
1 parent dca507c commit 16440f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/block-editor/src/components/block-actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export default function BlockActions( {
children,
__experimentalUpdateSelection: updateSelection,
} ) {
const notifyCopy = useNotifyCopy();
const pasteStyles = usePasteStyles();

const { getDefaultBlockName, getGroupingBlockName } =
useSelect( blocksStore );
const selected = useSelect(
Expand Down Expand Up @@ -76,9 +79,6 @@ export default function BlockActions( {
flashBlock,
} = useDispatch( blockEditorStore );

const notifyCopy = useNotifyCopy();
const pasteStyles = usePasteStyles();

return children( {
canCopyStyles,
canDuplicate,
Expand Down

0 comments on commit 16440f1

Please sign in to comment.