You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Appease the linter by turning it off
This commit is contained in:
@@ -50,7 +50,7 @@ export default class RoomBreadcrumbs extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: [REACT-WARNING] Move this to constructor
|
// TODO: [REACT-WARNING] Move this to constructor
|
||||||
UNSAFE_componentWillMount() {
|
UNSAFE_componentWillMount() { // eslint-disable-line camelcase
|
||||||
this._dispatcherRef = dis.register(this.onAction);
|
this._dispatcherRef = dis.register(this.onAction);
|
||||||
|
|
||||||
const storedRooms = SettingsStore.getValue("breadcrumb_rooms");
|
const storedRooms = SettingsStore.getValue("breadcrumb_rooms");
|
||||||
|
|||||||
Reference in New Issue
Block a user