Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jul 6, 2021
1 parent 65e1640 commit 718af57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-widgets/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const getWidgetAreaForWidgetId = createRegistrySelector(
export const getParentWidgetAreaBlock = createRegistrySelector(
( select ) => ( state, clientId ) => {
const { getBlock, getBlockName, getBlockParents } = select(
blockEditorStore
'core/block-editor'
);
const blockParents = getBlockParents( clientId );
const widgetAreaClientId = blockParents.find(
Expand Down

0 comments on commit 718af57

Please sign in to comment.