Merge pull request #5338 from matrix-org/t3chguy/fix/15166

Hide filtering microcopy when left panel is minimized
This commit is contained in:
Michael Telatynski
2020-10-20 15:21:43 +01:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -388,7 +388,6 @@ export default class LeftPanel extends React.Component<IProps, IState> {
const roomList = <RoomList
onKeyDown={this.onKeyDown}
resizeNotifier={null}
collapsed={false}
onFocus={this.onFocus}
onBlur={this.onBlur}
isMinimized={this.props.isMinimized}