Add author information
This commit is contained in:
@@ -233,6 +233,10 @@ class TreeNode extends React.Component<Props, State> {
|
||||
}
|
||||
|
||||
private renderNodes() {
|
||||
if (this.collapsed()) {
|
||||
return null
|
||||
}
|
||||
|
||||
return (
|
||||
<TreeNodeSubnodes
|
||||
animateChanges={this.props.animateChages}
|
||||
|
||||
Reference in New Issue
Block a user