simplified tree structure

This commit is contained in:
Jori Lallo
2016-06-18 12:12:36 -07:00
parent 591050a1e3
commit dafd97572e
2 changed files with 9 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ var Node = React.createClass({
className={ cx(styles.nodeLabel, { rootLabel: this.props.rootNode }) }
onClick={() => {}}
>
{node.module.name}
{node.name}
</span>
</div>
{this.renderChildren()}