diff --git a/src/views/Wallet/components/TopNavigationAccount/index.js b/src/views/Wallet/components/TopNavigationAccount/index.js index 9a237f47..426a3781 100644 --- a/src/views/Wallet/components/TopNavigationAccount/index.js +++ b/src/views/Wallet/components/TopNavigationAccount/index.js @@ -102,8 +102,6 @@ class TopNavigationAccount extends React.PureComponent { 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 }`;