diff --git a/examples/src/Tree.js b/examples/src/Tree.js index 5113c23..e8cf600 100644 --- a/examples/src/Tree.js +++ b/examples/src/Tree.js @@ -52,7 +52,7 @@ export const tree1 = [ department: '', name: 'Kerry peter', title: 'IT Specialist', - totalReports: 3, + totalReports: 4, }, hasChild: true, hasParent: true,