Skip to content

Commit

Permalink
Remove unwanted default false in ListView branch component (#39719)
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave authored Mar 25, 2022
1 parent 6cc464c commit a4c8730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/list-view/branch.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function ListViewBranch( props ) {
isBranchSelected = false,
listPosition = 0,
fixedListWindow,
expandNested = true,
expandNested,
} = props;

const {
Expand Down

0 comments on commit a4c8730

Please sign in to comment.