fixed lint issue
This commit is contained in:
parent
59ded8461e
commit
b52d06fd85
@ -60,7 +60,7 @@ export default class Settings extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
componentWillReceiveProps(nextProps){
|
||||
componentWillReceiveProps(nextProps) {
|
||||
this.submenus = [];
|
||||
|
||||
this.submenus.push(
|
||||
@ -78,7 +78,6 @@ componentWillReceiveProps(nextProps){
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
renderMenu() {
|
||||
let curr = this.state.activeSubmenu === undefined ? 0 : this.state.activeSubmenu;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user