aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-05-03 09:23:55 +0800
committerkumavis <aaron@kumavis.me>2018-05-03 09:23:55 +0800
commita1d13d45cf7451162b071e5507f1e31b12574e6e (patch)
tree0ee394e7d6e07cef4dc1c2f62f5c58b18922b034 /ui/app/components
parentd2aa36f866ae25b2facb90583d552097a80d42b3 (diff)
downloadtangerine-wallet-browser-a1d13d45cf7451162b071e5507f1e31b12574e6e.tar.gz
tangerine-wallet-browser-a1d13d45cf7451162b071e5507f1e31b12574e6e.tar.zst
tangerine-wallet-browser-a1d13d45cf7451162b071e5507f1e31b12574e6e.zip
lint - cleanup some unused variables
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/pages/settings/settings.js1
-rw-r--r--ui/app/components/pages/unlock.js1
2 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/components/pages/settings/settings.js b/ui/app/components/pages/settings/settings.js
index e5725c0ca..f58ac7ddf 100644
--- a/ui/app/components/pages/settings/settings.js
+++ b/ui/app/components/pages/settings/settings.js
@@ -12,7 +12,6 @@ const SimpleDropdown = require('../../dropdowns/simple-dropdown')
const ToggleButton = require('react-toggle-button')
const { REVEAL_SEED_ROUTE } = require('../../../routes')
const locales = require('../../../../../app/_locales/index.json')
-const { OLD_UI_NETWORK_TYPE } = require('../../../../../app/scripts/controllers/network/enums')
const getInfuraCurrencyOptions = () => {
const sortedCurrencies = infuraCurrencies.objects.sort((a, b) => {
diff --git a/ui/app/components/pages/unlock.js b/ui/app/components/pages/unlock.js
index bbdb17306..ac541dad7 100644
--- a/ui/app/components/pages/unlock.js
+++ b/ui/app/components/pages/unlock.js
@@ -15,7 +15,6 @@ const { getEnvironmentType } = require('../../../../app/scripts/lib/util')
const getCaretCoordinates = require('textarea-caret')
const EventEmitter = require('events').EventEmitter
const Mascot = require('../mascot')
-const { OLD_UI_NETWORK_TYPE } = require('../../../../app/scripts/controllers/network/enums')
const { DEFAULT_ROUTE, RESTORE_VAULT_ROUTE } = require('../../routes')
class UnlockScreen extends Component {