From 62eeb4c7620ed057db939a368fddcdf2c8406934 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Fri, 12 Apr 2019 15:29:48 +0200 Subject: [PATCH] fix eslint --- src/views/Wallet/components/TopNavigationAccount/index.js | 2 -- 1 file changed, 2 deletions(-) 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 }`;