diff --git a/src/store/reducers/windows.js b/src/store/reducers/windows.js index 19f80c1..3095ccd 100644 --- a/src/store/reducers/windows.js +++ b/src/store/reducers/windows.js @@ -470,7 +470,7 @@ export default function windows( const showWindows = width > SCREEN_WIDTH_THRESHOLD; if (action.type === 'RECEIVE_ME') { - if (state.modal) { + if (state.modal || !showWindows) { // reset if out of date return initialState; }