Appease the linter by turning it off

pull/21833/head
Travis Ralston 2020-04-01 13:52:49 -06:00 committed by GitHub
parent e741d0d577
commit 620c2effda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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");