aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/reducers/app.js')
-rw-r--r--ui/app/reducers/app.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 46bc3c36d..131b434e9 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -139,13 +139,11 @@ function reduceApp(state, action) {
transForward: false,
})
-
case actions.SHOW_ACCOUNT_DETAIL:
return extend(appState, {
- isLoading: account ? false : true,
currentView: {
name: 'accountDetail',
- context: account,
+ context: action.value || account,
},
accountDetail: {
accountExport: 'none',