Don't re-style old room list when at the minimum size

This commit is contained in:
David Langley
2025-04-16 13:20:38 +01:00
parent 05a1e14060
commit 2be29613bf

View File

@@ -724,7 +724,7 @@ class LoggedInView extends React.Component<IProps, IState> {
>
<LeftPanel
pageType={this.props.page_type as PageTypes}
isMinimized={this.props.collapseLhs || false}
isMinimized={false}
resizeNotifier={this.props.resizeNotifier}
/>
</div>