Skip to content

Commit

Permalink
PATCH: quick fix DropdownMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
pvilalta committed Oct 21, 2022
1 parent 4a2d780 commit 3f327db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default {
},
hasNoChildren(item) {
const { children } = item;
return children && children.length === 0;
return children && children.list.length === 0;
},
},
};
Expand Down

0 comments on commit 3f327db

Please sign in to comment.