mirror of https://github.com/vector-im/riot-web
Fix syntax error which prevented build
Remove a spurious } which was introduced in PR #275pull/21833/head
parent
e114f04e47
commit
683faf571f
|
@ -425,7 +425,6 @@ module.exports = React.createClass({
|
||||||
// console.log("comparing ts: " + lastActiveTsA + " and " + lastActiveTsB);
|
// console.log("comparing ts: " + lastActiveTsA + " and " + lastActiveTsB);
|
||||||
|
|
||||||
return lastActiveTsB - lastActiveTsA;
|
return lastActiveTsB - lastActiveTsA;
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
onSearchQueryChanged: function(input) {
|
onSearchQueryChanged: function(input) {
|
||||||
|
@ -533,4 +532,3 @@ module.exports = React.createClass({
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue