1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

Make accounts page transition forward from account detail

This commit is contained in:
Dan Finlay 2016-05-18 23:50:15 -07:00
parent 5a17a6376c
commit e5034ade24

View File

@ -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,
})