Lint: remove unused variables

merge-requests/782/head
Alex Gleason 3 years ago
parent 57430e8a98
commit b5dced5a6a
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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…
Cancel
Save