diff options
Diffstat (limited to 'frontend/src/reducers/modals.js')
| -rw-r--r-- | frontend/src/reducers/modals.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/reducers/modals.js b/frontend/src/reducers/modals.js index 2fd71a5b..a7656373 100644 --- a/frontend/src/reducers/modals.js +++ b/frontend/src/reducers/modals.js @@ -19,7 +19,7 @@ import { CLOSE_NEW_PORTFOLIO_MODAL, OPEN_NEW_PORTFOLIO_MODAL } from '../actions/ import { CLOSE_NEW_SCENARIO_MODAL, OPEN_NEW_SCENARIO_MODAL } from '../actions/modals/scenarios' function modal(openAction, closeAction) { - return function(state = false, action) { + return function (state = false, action) { switch (action.type) { case openAction: return true |
