mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Fix syntax error which prevented build
Remove a spurious } which was introduced in PR #275
This commit is contained in:
parent
e114f04e47
commit
683faf571f
1 changed files with 0 additions and 2 deletions
|
@ -425,7 +425,6 @@ module.exports = React.createClass({
|
|||
// console.log("comparing ts: " + lastActiveTsA + " and " + lastActiveTsB);
|
||||
|
||||
return lastActiveTsB - lastActiveTsA;
|
||||
}
|
||||
},
|
||||
|
||||
onSearchQueryChanged: function(input) {
|
||||
|
@ -533,4 +532,3 @@ module.exports = React.createClass({
|
|||
);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue