diff --git a/renderer/reducers/index.js b/renderer/reducers/index.js index f9f4041d934..dc8d128147c 100644 --- a/renderer/reducers/index.js +++ b/renderer/reducers/index.js @@ -67,7 +67,7 @@ const appReducer = combineReducers({ export default (state, action) => { // Reset all reducers, except for selected reducers which should persist. if (action.type === 'RESET_APP') { - const { app, settings, intl, theme, wallet, lnd, neutrino, ticker } = state + const { account, app, settings, intl, theme, wallet, lnd, neutrino, ticker } = state return appReducer( { account, app, settings, intl, theme, wallet, lnd, neutrino, ticker }, action