We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfce5d commit 06e9b28Copy full SHA for 06e9b28
1 file changed
ts/state/ducks/conversations.ts
@@ -652,7 +652,7 @@ const conversationsSlice = createSlice({
652
return state;
653
}
654
655
- return { ...state, showRightPanel: window.innerWidth >= 680 };
+ return { ...state, showRightPanel: true };
656
},
657
closeRightPanel(state: ConversationsStateType) {
658
return { ...state, showRightPanel: false, messageInfoId: undefined };
0 commit comments