Fix syntax error
This commit is contained in:
parent
3e4c5d7fa3
commit
84608ba156
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ module.exports = React.createClass({
|
||||||
// ...XXX: or do we? can't we just do them onNewRoom?
|
// ...XXX: or do we? can't we just do them onNewRoom?
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
console.error("Failed to peek into room: %s", err);
|
console.error("Failed to peek into room: %s", err);
|
||||||
}).finally((() => {
|
}).finally(() => {
|
||||||
this.setState({
|
this.setState({
|
||||||
autoPeekDone: true
|
autoPeekDone: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue