diff --git a/src/reducers/connections.tsx b/src/reducers/connections.tsx index 8ff145646..4378acff8 100644 --- a/src/reducers/connections.tsx +++ b/src/reducers/connections.tsx @@ -181,6 +181,7 @@ const reducer = (state: State = INITAL_STATE, action: Actions): State => { const {payload} = action; return updateSelection({ ...state, + staticView: null, selectedDevice: payload, userPreferredDevice: payload ? payload.title