1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

fix eslint

This commit is contained in:
Vladimir Volek 2019-04-12 15:29:48 +02:00
parent 98413b68e6
commit 62eeb4c762

View File

@ -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
}`;