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.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index c64046518..6d805521b 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -15,6 +15,11 @@ function reduceApp (state, action) {
name = 'accountDetail'
}
+ if (hasUnconfActions) {
+ log.debug('pending txs detected, defaulting to conf-tx view.')
+ name = 'confTx'
+ }
+
var defaultView = {
name,
detailView: null,