diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index 4dc6c33eef..3cf3f4aafc 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -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 });