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 23, 2018
1 parent e1d27b9 commit d8e200b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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
2 changes: 1 addition & 1 deletion src/SubPopupMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class SubPopupMenu extends React.Component {
level: PropTypes.number,
mode: PropTypes.oneOf(['horizontal', 'vertical', 'vertical-left', 'vertical-right', 'inline']),
triggerSubMenuAction: PropTypes.oneOf(['click', 'hover']),
inlineIndent: PropTypes.number,
inlineIndent: PropTypes.oneOfType(PropTypes.number, PropTypes.string),

This comment has been minimized.

Copy link
@jljsj33

jljsj33 Apr 24, 2018

Member

??? 不审核的???

manualRef: PropTypes.func,
};

Expand Down

0 comments on commit d8e200b

Please sign in to comment.