mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add to CHANGELOG.md and Remove unnecessary catch
This commit is contained in:
parent
69580480bc
commit
7d8491de10
@ -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…
Reference in New Issue
Block a user