aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-04-30 08:13:53 +0800
committerDan Finlay <somniac@me.com>2016-04-30 08:13:53 +0800
commit6a6811f1d1b6b2c0fcdefc39840f4fb878a5f6e8 (patch)
tree2ee46ca24e9aa6ee399a45192ed0a46c59dd6a13 /ui/app/reducers
parent3a3444aad1493db512cfba7f8ba230b7eb12f14a (diff)
parent988165224b41c1eb3fe1b639b5801204936000e1 (diff)
downloadtangerine-wallet-browser-6a6811f1d1b6b2c0fcdefc39840f4fb878a5f6e8.tar.gz
tangerine-wallet-browser-6a6811f1d1b6b2c0fcdefc39840f4fb878a5f6e8.tar.zst
tangerine-wallet-browser-6a6811f1d1b6b2c0fcdefc39840f4fb878a5f6e8.zip
Merge pull request #165 from MetaMask/FixTransitions
Fix transitions
Diffstat (limited to 'ui/app/reducers')
-rw-r--r--ui/app/reducers/app.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 143a67527..57cdccbac 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -199,12 +199,11 @@ function reduceApp(state, action) {
} else {
return extend(appState, {
transForward: false,
+ warning: null,
currentView: {
- name: 'accounts',
- context: 0,
+ name: 'accountDetail',
+ context: appState.currentView.context,
},
- transForward: false,
- warning: null,
})
}