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.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 29d5d9378..9243e53e0 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -16,15 +16,6 @@ function reduceApp (state, action) {
}
if (pendingTxs) {
name = 'confTx'
- } else {
- try {
- if (state.appState.currentView.name === 'confTx') {
- name = 'accountDetail'
- }
- } catch (e) {
- null
- }
-
}
var defaultView = {