fix lint
This commit is contained in:
parent
841aa4b800
commit
e8b4770940
2 changed files with 2 additions and 2 deletions
|
@ -598,7 +598,7 @@ module.exports = React.createClass({
|
|||
if (!this.unmounted) {
|
||||
this.setState({membersLoaded: true});
|
||||
}
|
||||
} catch(err) {
|
||||
} catch (err) {
|
||||
const errorMessage = `Fetching room members for ${room.roomId} failed.` +
|
||||
" Room members will appear incomplete.";
|
||||
console.error(errorMessage);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue