Skip to content

Commit 06e9b28

Browse files
author
Deluxo
committed
fix: reenable right panel
1 parent 4cfce5d commit 06e9b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/state/ducks/conversations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ const conversationsSlice = createSlice({
652652
return state;
653653
}
654654

655-
return { ...state, showRightPanel: window.innerWidth >= 680 };
655+
return { ...state, showRightPanel: true };
656656
},
657657
closeRightPanel(state: ConversationsStateType) {
658658
return { ...state, showRightPanel: false, messageInfoId: undefined };

0 commit comments

Comments
 (0)