Skip to content

Commit e7c2779

Browse files
committed
Slight warning fix in TreeNode tests
1 parent b5d9f91 commit e7c2779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/TreeNode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const baseProps = {
2323
leaf: <span className="rct-icon rct-icon-leaf" />,
2424
},
2525
isLeaf: true,
26+
isParent: false,
2627
label: 'Jupiter',
2728
optimisticToggle: true,
2829
showNodeIcon: true,

0 commit comments

Comments
 (0)