Add author information

This commit is contained in:
Thomas Nordquist
2019-02-18 14:54:42 +01:00
parent d44a6e3159
commit e0708a5288
2 changed files with 19 additions and 0 deletions

View File

@@ -233,6 +233,10 @@ class TreeNode extends React.Component<Props, State> {
}
private renderNodes() {
if (this.collapsed()) {
return null
}
return (
<TreeNodeSubnodes
animateChanges={this.props.animateChages}