Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 23, 2019
1 parent 9d54917 commit 7fc877f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/Bx2NavDrawer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {Link} from 'react-router-dom';

class Bx2NavDrawer extends React.Component {
render() {
const {classes} = this.props;
//const {classes} = this.props;

return (
<Drawer variant="permanent">
Expand Down

0 comments on commit 7fc877f

Please sign in to comment.