aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/reducers/app.js2
1 files changed, 1 insertions, 1 deletions
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,
})