mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
fix(LeftPanel.tsx): fix 2 for linting errors
This commit is contained in:
parent
fa88eea274
commit
3bdb6606de
@ -79,7 +79,7 @@ export default class LeftPanel extends React.Component<IProps, IState> {
|
|||||||
this.bgImageWatcherRef = SettingsStore.watchSetting(
|
this.bgImageWatcherRef = SettingsStore.watchSetting(
|
||||||
"RoomList.backgroundImage", null, this.onBackgroundImageUpdate);
|
"RoomList.backgroundImage", null, this.onBackgroundImageUpdate);
|
||||||
this.groupFilterPanelWatcherRef = SettingsStore.watchSetting("TagPanel.enableTagPanel", null, () => {
|
this.groupFilterPanelWatcherRef = SettingsStore.watchSetting("TagPanel.enableTagPanel", null, () => {
|
||||||
this.setState({showTagPanel: SettingsStore.getValue("TagPanel.enableTagPanel")});
|
this.setState({showGroupFilterPanel: SettingsStore.getValue("TagPanel.enableTagPanel")});
|
||||||
});
|
});
|
||||||
|
|
||||||
// We watch the middle panel because we don't actually get resized, the middle panel does.
|
// We watch the middle panel because we don't actually get resized, the middle panel does.
|
||||||
|
Loading…
Reference in New Issue
Block a user