Skip to content

Commit

Permalink
address more cr
Browse files Browse the repository at this point in the history
  • Loading branch information
picodoth committed Apr 20, 2018
1 parent e1d27b9 commit d3396e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/MenuItemGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ class MenuItemGroup extends React.Component {
disabled: true,
};

constructor(props) {
super(props);
}

renderInnerMenuItem = (item) => {
const { renderMenuItem, index } = this.props;
return renderMenuItem(item, index, this.props.subMenuKey);
Expand Down

0 comments on commit d3396e9

Please sign in to comment.