removed unnecessary lint rule

pull/21833/head
Zoe 2020-01-13 12:11:19 +00:00
parent 422d4cd73a
commit 878c5b5b52
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ module.exports = createReactClass({
},
getInitialState: function() {
// eslint-disable-next-line camelcase
const joinRules = this.props.room.currentState.getStateEvents("m.room.join_rules", "");
const joinRule = joinRules && joinRules.getContent().join_rule;