Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hotelling committed Mar 24, 2021
1 parent 13adb23 commit a918f12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/block-library/src/navigation-link/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ export default function NavigationLinkEdit( {
.length;

return {
isAtMaxNesting : getBlockParentsByBlockName( clientId, name ).length >= MAX_NESTING,
isAtMaxNesting:
getBlockParentsByBlockName( clientId, name ).length >=
MAX_NESTING,
isParentOfSelectedBlock: hasSelectedInnerBlock(
clientId,
true
Expand Down

0 comments on commit a918f12

Please sign in to comment.