1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
This commit is contained in:
Dan Finlay 2016-10-20 09:50:29 -07:00
parent 331bb735c7
commit 40f175c06f

View File

@ -123,7 +123,7 @@ function reduceApp (state, action) {
return extend(appState, {
currentView: {
name: 'newKeychain',
context: appState.currentView.context
context: appState.currentView.context,
},
transForward: true,
})