Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Oct 8, 2020
1 parent bc258dc commit 8a89f96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/block-library/src/quote/edit.js
Expand Up @@ -35,9 +35,7 @@ export default function QuoteEdit( {

const { isAncestorOfSelectedBlock } = useSelect(
( select ) => {
const { hasSelectedInnerBlock } = select(
'core/block-editor'
);
const { hasSelectedInnerBlock } = select( 'core/block-editor' );

return {
isAncestorOfSelectedBlock: hasSelectedInnerBlock(
Expand Down

0 comments on commit 8a89f96

Please sign in to comment.