aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers/app.js
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-03-01 04:06:46 +0800
committerKevin Serrano <kevgagser@gmail.com>2017-03-01 04:06:46 +0800
commit6f2d14fde4e6c3add0194caa5b7e2ea77e5dfb15 (patch)
tree0c44f4b8fa76c93d30a05c08014edeb8510d3caa /ui/app/reducers/app.js
parent61a19a028b0cf56230fc6512b5f5651d7e1aad5b (diff)
parent2e16e1eb94d0ec68da74d3ee4ce1c9ac2115c13d (diff)
downloadtangerine-wallet-browser-6f2d14fde4e6c3add0194caa5b7e2ea77e5dfb15.tar.gz
tangerine-wallet-browser-6f2d14fde4e6c3add0194caa5b7e2ea77e5dfb15.tar.zst
tangerine-wallet-browser-6f2d14fde4e6c3add0194caa5b7e2ea77e5dfb15.zip
Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into i765-gaslimits
Diffstat (limited to 'ui/app/reducers/app.js')
-rw-r--r--ui/app/reducers/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 136326301..7ea1e1d7c 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -291,7 +291,7 @@ function reduceApp (state, action) {
case actions.SHOW_CONF_TX_PAGE:
return extend(appState, {
currentView: {
- name: pendingTxs ? 'confTx' : 'account-detail',
+ name: 'confTx',
context: 0,
},
transForward: action.transForward,