Replace labs flag with a real setting
This commit is contained in:
parent
a49b5109c6
commit
8ef4b1b2e7
5 changed files with 7 additions and 7 deletions
|
@ -667,8 +667,7 @@ class LoggedInView extends React.Component<IProps, IState> {
|
|||
disabled={this.props.leftDisabled}
|
||||
/>
|
||||
);
|
||||
if (SettingsStore.isFeatureEnabled("feature_new_room_list")) {
|
||||
// TODO: Supply props like collapsed and disabled to LeftPanel2
|
||||
if (SettingsStore.getValue("feature_new_room_list")) {
|
||||
leftPanel = (
|
||||
<LeftPanel2
|
||||
isMinimized={this.props.collapseLhs || false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue