You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
Appease the linter
This commit is contained in:
@@ -42,7 +42,7 @@ export default class RoomBreadcrumbs extends React.Component {
|
|||||||
componentWillMount() {
|
componentWillMount() {
|
||||||
this._dispatcherRef = dis.register(this.onAction);
|
this._dispatcherRef = dis.register(this.onAction);
|
||||||
|
|
||||||
let storedRooms = SettingsStore.getValue("breadcrumb_rooms");
|
const storedRooms = SettingsStore.getValue("breadcrumb_rooms");
|
||||||
this._loadRoomIds(storedRooms || []);
|
this._loadRoomIds(storedRooms || []);
|
||||||
|
|
||||||
this._settingWatchRef = SettingsStore.watchSetting("breadcrumb_rooms", null, this.onBreadcrumbsChanged);
|
this._settingWatchRef = SettingsStore.watchSetting("breadcrumb_rooms", null, this.onBreadcrumbsChanged);
|
||||||
|
|||||||
Reference in New Issue
Block a user