aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers/app.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-10-26 08:00:19 +0800
committerDan Finlay <dan@danfinlay.com>2016-10-26 08:00:19 +0800
commit6c469a1826754d65a6845c8b6507fc96b56fb816 (patch)
tree89a13a2aace95c7ee8e4be53dbe15e1f813a4981 /ui/app/reducers/app.js
parentf9ff6cb55e35f29e95cab3b2157b58e602e6a35c (diff)
parentb3cb3e9ec67a138767bb2d6833c9056a66d46b92 (diff)
downloadtangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.tar
tangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.tar.gz
tangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.tar.bz2
tangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.tar.lz
tangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.tar.xz
tangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.tar.zst
tangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.zip
Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i328-MultiVault
Diffstat (limited to 'ui/app/reducers/app.js')
-rw-r--r--ui/app/reducers/app.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 5b3f44d68..d34cd1c2a 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -29,13 +29,10 @@ function reduceApp (state, action) {
name: 'createVaultComplete',
seedWords,
}
- var ethStoreWarning = {
- name: 'EthStoreWarning',
- }
var appState = extend({
menuOpen: false,
- currentView: seedWords ? seedConfView : !state.metamask.isEthConfirmed ? ethStoreWarning : defaultView,
+ currentView: seedWords ? seedConfView : defaultView,
accountDetail: {
subview: 'transactions',
},