Lint: remove unused variables
This commit is contained in:
parent
57430e8a98
commit
b5dced5a6a
1 changed files with 1 additions and 2 deletions
|
@ -285,7 +285,7 @@ class Header extends ImmutablePureComponent {
|
|||
}
|
||||
|
||||
render() {
|
||||
const { account, intl, username, me, features } = this.props;
|
||||
const { account, username, me, features } = this.props;
|
||||
const { isSmallScreen } = this.state;
|
||||
|
||||
if (!account) {
|
||||
|
@ -307,7 +307,6 @@ class Header extends ImmutablePureComponent {
|
|||
);
|
||||
}
|
||||
|
||||
const ownAccount = account.get('id') === me;
|
||||
const info = this.makeInfo();
|
||||
const menu = this.makeMenu();
|
||||
|
||||
|
|
Loading…
Reference in a new issue