Add to CHANGELOG.md and Remove unnecessary catch

feature/default_network_editable
Frankie 8 years ago
parent 69580480bc
commit 7d8491de10
  1. 1
      CHANGELOG.md
  2. 9
      ui/app/reducers/app.js

@ -2,6 +2,7 @@
## Current Master
- Add network checks for unconfirmed transactions.
- Add fiat conversion values to more views.
- On fresh install, open a new tab with the MetaMask Introduction video.
- Block negative values from transactions.

@ -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 = {

Loading…
Cancel
Save