Skip to content

Commit

Permalink
Fix bad var name in BlockParentSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr committed Jan 18, 2021
1 parent 5c74e27 commit d3eb6d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function BlockParentSelector() {
parentBlockType: _parentBlockType,
firstParentClientId: _firstParentClientId,
shouldHide: ! hasBlockSupport(
parentBlockType,
_parentBlockType,
'__experimentalParentSelector',
true
),
Expand Down

0 comments on commit d3eb6d2

Please sign in to comment.