Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Nov 2, 2023
1 parent ad87967 commit 8558e69
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ import useBlockToolbarPopoverProps from './use-block-toolbar-popover-props';
import useSelectedBlockToolProps from './use-selected-block-tool-props';
import { useShouldContextualToolbarShow } from '../../utils/use-should-contextual-toolbar-show';

function UnforwardSelectedBlockTools( {
clientId,
showEmptyBlockSideInserter,
__unstableContentRef,
}, ref ) {
function UnforwardSelectedBlockTools(
{ clientId, showEmptyBlockSideInserter, __unstableContentRef },
ref
) {
const {
capturingClientId,
isInsertionPointVisible,
Expand Down Expand Up @@ -130,4 +129,4 @@ function UnforwardSelectedBlockTools( {
return null;
}

export default forwardRef( UnforwardSelectedBlockTools );
export default forwardRef( UnforwardSelectedBlockTools );

0 comments on commit 8558e69

Please sign in to comment.