Lint: remove unused variables

profile-avatar-switcher
Alex Gleason 2021-09-13 14:06:39 -05:00
rodzic 57430e8a98
commit b5dced5a6a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -285,7 +285,7 @@ class Header extends ImmutablePureComponent {
} }
render() { render() {
const { account, intl, username, me, features } = this.props; const { account, username, me, features } = this.props;
const { isSmallScreen } = this.state; const { isSmallScreen } = this.state;
if (!account) { if (!account) {
@ -307,7 +307,6 @@ class Header extends ImmutablePureComponent {
); );
} }
const ownAccount = account.get('id') === me;
const info = this.makeInfo(); const info = this.makeInfo();
const menu = this.makeMenu(); const menu = this.makeMenu();