From cd6d43b65e518cacc5e8f4a98f4cfd4b33514b0b Mon Sep 17 00:00:00 2001 From: sujaltangde Date: Sat, 3 May 2025 19:04:04 +0530 Subject: [PATCH] fix: Number of Supervisees is wrong for Ketty Perry --- examples/src/Tree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,