From 40f175c06fbd7de6754dc7ce3597534046c9add8 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 20 Oct 2016 09:50:29 -0700 Subject: Linted --- ui/app/reducers/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/reducers') 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, }) -- cgit