forgot to commit a file for fix to #347

This commit is contained in:
Cassie Tarakajian 2017-05-10 13:23:10 -04:00
parent 19d6aa230d
commit 341ea63437
1 changed files with 1 additions and 1 deletions

View File

@ -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)}