Update src/components/views/rooms/RoomTile.js

Co-Authored-By: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Z. E. Cat 2020-01-10 17:36:33 +00:00 committed by GitHub
parent fbabe79647
commit 1b75909cad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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