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

Commit 3bdb660

Browse files
committed
fix(LeftPanel.tsx): fix 2 for linting errors
1 parent fa88eea commit 3bdb660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/LeftPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default class LeftPanel extends React.Component<IProps, IState> {
7979
this.bgImageWatcherRef = SettingsStore.watchSetting(
8080
"RoomList.backgroundImage", null, this.onBackgroundImageUpdate);
8181
this.groupFilterPanelWatcherRef = SettingsStore.watchSetting("TagPanel.enableTagPanel", null, () => {
82-
this.setState({showTagPanel: SettingsStore.getValue("TagPanel.enableTagPanel")});
82+
this.setState({showGroupFilterPanel: SettingsStore.getValue("TagPanel.enableTagPanel")});
8383
});
8484

8585
// We watch the middle panel because we don't actually get resized, the middle panel does.

0 commit comments

Comments
 (0)