mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Add priority meter to files
This commit is contained in:
@@ -24,7 +24,8 @@ export default class DirectoryTreeNode extends React.Component {
|
||||
if (this.state.expanded) {
|
||||
return (
|
||||
<div className="directory-tree__node directory-tree__node--group">
|
||||
<DirectoryTree tree={this.props.subTree} depth={this.props.depth} />
|
||||
<DirectoryTree tree={this.props.subTree} depth={this.props.depth}
|
||||
hash={this.props.hash} />
|
||||
</div>
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user