1
0
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:
Travis Ralston
2020-04-01 13:52:49 -06:00
committed by GitHub
parent e741d0d577
commit 620c2effda

View File

@@ -50,7 +50,7 @@ export default class RoomBreadcrumbs extends React.Component {
}
// TODO: [REACT-WARNING] Move this to constructor
UNSAFE_componentWillMount() {
UNSAFE_componentWillMount() { // eslint-disable-line camelcase
this._dispatcherRef = dis.register(this.onAction);
const storedRooms = SettingsStore.getValue("breadcrumb_rooms");