From 84608ba156b2e5ea9a3df9bfeef813168059fbbf Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 19 Jan 2016 16:18:08 +0000 Subject: [PATCH] Fix syntax error --- src/components/structures/RoomView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });