Make accounts page transition forward from account detail

feature/default_network_editable
Dan Finlay 9 years ago
parent 5a17a6376c
commit e5034ade24
  1. 4
      ui/app/reducers/app.js

@ -165,7 +165,7 @@ function reduceApp(state, action) {
accountExport: 'none',
privateKey: '',
},
transForward: true,
transForward: false,
})
case actions.BACK_TO_ACCOUNT_DETAIL:
@ -188,7 +188,7 @@ function reduceApp(state, action) {
currentView: {
name: seedWords ? 'createVaultComplete' : 'accounts',
},
transForward: appState.currentView.name == 'locked',
transForward: true,
isLoading: false,
warning: null,
})

Loading…
Cancel
Save