mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix syntax error
This commit is contained in:
parent
3e4c5d7fa3
commit
84608ba156
@ -126,7 +126,7 @@ module.exports = React.createClass({
|
||||
// ...XXX: or do we? can't we just do them onNewRoom?
|
||||
}, function(err) {
|
||||
console.error("Failed to peek into room: %s", err);
|
||||
}).finally((() => {
|
||||
}).finally(() => {
|
||||
this.setState({
|
||||
autoPeekDone: true
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user