From 51a5e66cbbbf35baa62e74e3545cf478cc05241e Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 1 Jul 2016 10:25:19 -0700 Subject: Move main drop-down state to component state --- ui/app/reducers/app.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'ui/app/reducers') diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js index f45be0433..06afd0ae1 100644 --- a/ui/app/reducers/app.js +++ b/ui/app/reducers/app.js @@ -43,16 +43,6 @@ function reduceApp (state, action) { switch (action.type) { - case actions.TOGGLE_MENU: - return extend(appState, { - menuOpen: !appState.menuOpen, - }) - - case actions.SET_MENU_STATE: - return extend(appState, { - menuOpen: action.value, - }) - // intialize case actions.SHOW_CREATE_VAULT: -- cgit v1.2.3