From 44c68eb23c8fe510438fa44c26a5acd99bbe19e8 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 25 Apr 2016 13:41:06 -0700 Subject: Fix test --- ui/app/reducers/app.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui/app') diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js index d3d5ad638..46bc3c36d 100644 --- a/ui/app/reducers/app.js +++ b/ui/app/reducers/app.js @@ -141,8 +141,6 @@ function reduceApp(state, action) { case actions.SHOW_ACCOUNT_DETAIL: - var account = action.value || valuesFor(state.metamask.accounts)[0].address - return extend(appState, { isLoading: account ? false : true, currentView: { -- cgit v1.2.3