forgot to commit a file for fix to #347
This commit is contained in:
parent
19d6aa230d
commit
341ea63437
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ export class FileNode extends React.Component {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div>
|
<div className="sidebar__file-item--folder">
|
||||||
<button
|
<button
|
||||||
className="sidebar__file-item-closed"
|
className="sidebar__file-item-closed"
|
||||||
onClick={() => this.props.showFolderChildren(this.props.id)}
|
onClick={() => this.props.showFolderChildren(this.props.id)}
|
||||||
|
|
Loading…
Reference in a new issue