diff options
author | kumavis <aaron@kumavis.me> | 2018-05-03 09:23:55 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-05-03 09:23:55 +0800 |
commit | a1d13d45cf7451162b071e5507f1e31b12574e6e (patch) | |
tree | 0ee394e7d6e07cef4dc1c2f62f5c58b18922b034 /ui/app/select-app.js | |
parent | d2aa36f866ae25b2facb90583d552097a80d42b3 (diff) | |
download | dexon-wallet-a1d13d45cf7451162b071e5507f1e31b12574e6e.tar.gz dexon-wallet-a1d13d45cf7451162b071e5507f1e31b12574e6e.tar.zst dexon-wallet-a1d13d45cf7451162b071e5507f1e31b12574e6e.zip |
lint - cleanup some unused variables
Diffstat (limited to 'ui/app/select-app.js')
-rw-r--r-- | ui/app/select-app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/select-app.js b/ui/app/select-app.js index 6611fea0..f2e8e8d1 100644 --- a/ui/app/select-app.js +++ b/ui/app/select-app.js @@ -7,7 +7,6 @@ const App = require('./app') const OldApp = require('../../old-ui/app/app') const { autoAddToBetaUI } = require('./selectors') const { setFeatureFlag } = require('./actions') -const { BETA_UI_NETWORK_TYPE } = require('../../app/scripts/controllers/network/enums') const I18nProvider = require('./i18n-provider') function mapStateToProps (state) { |