mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 02:38:18 +00:00
fix eslint
This commit is contained in:
parent
98413b68e6
commit
62eeb4c762
@ -102,8 +102,6 @@ class TopNavigationAccount extends React.PureComponent<Props, LocalState> {
|
||||
const networkConfig = config.networks.find(c => c.shortcut === network.shortcut);
|
||||
if (!networkConfig) return null;
|
||||
|
||||
const isAccountImported = account && account.imported;
|
||||
|
||||
const basePath = `/device/${state.device}/network/${state.network}/account/${
|
||||
state.account
|
||||
}`;
|
||||
|
Loading…
Reference in New Issue
Block a user