mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Use the right name
This commit is contained in:
parent
af30ef1f72
commit
0ef7c8d16d
@ -470,7 +470,7 @@ module.exports = {
|
||||
var ret = [];
|
||||
var count = 0;
|
||||
|
||||
var EventTile = sdk.getComponent('messages.EventTile');
|
||||
var EventTile = sdk.getComponent('messages.Event');
|
||||
|
||||
if (this.state.searchResults) {
|
||||
// XXX: this dance is foul, due to the results API not returning sorted results
|
||||
|
Loading…
Reference in New Issue
Block a user