Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 35d1217

Browse files
committed
Remove unused prop for clarity
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 92f89b8 commit 35d1217

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/structures/LeftPanel.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ export default class LeftPanel extends React.Component<IProps, IState> {
388388
const roomList = <RoomList
389389
onKeyDown={this.onKeyDown}
390390
resizeNotifier={null}
391-
collapsed={false}
392391
onFocus={this.onFocus}
393392
onBlur={this.onBlur}
394393
isMinimized={this.props.isMinimized}

src/components/views/rooms/RoomList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ interface IProps {
5353
onBlur: (ev: React.FocusEvent) => void;
5454
onResize: () => void;
5555
resizeNotifier: ResizeNotifier;
56-
collapsed: boolean;
5756
isMinimized: boolean;
5857
}
5958

0 commit comments

Comments
 (0)