You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix syntax error which prevented build
Remove a spurious } which was introduced in PR #275
This commit is contained in:
@ -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({
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user