diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js index 2bfb2567a..5b3f44d68 100644 --- a/ui/app/reducers/app.js +++ b/ui/app/reducers/app.js @@ -123,7 +123,7 @@ function reduceApp (state, action) { return extend(appState, { currentView: { name: 'newKeychain', - context: appState.currentView.context + context: appState.currentView.context, }, transForward: true, })