This commit is contained in:
Thomas Nordquist
2019-03-04 17:21:11 +01:00
parent 016bf5dfcd
commit 4c84a9b5f6
5 changed files with 6 additions and 6 deletions

View File

@@ -89,7 +89,7 @@ class Sidebar extends React.Component<Props, State> {
public render() {
return (
<div className={this.props.classes.drawer}>
<div id="Sidebar" className={this.props.classes.drawer}>
{this.renderNode()}
</div>
)