mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Remove commented ordering code
No lomger needed now roosm come down in order
This commit is contained in:
parent
ac4be03f7b
commit
048912a241
@ -161,11 +161,6 @@ export default React.createClass({
|
||||
list.push(r);
|
||||
}
|
||||
});
|
||||
/*[defaultCategoryRooms, ...Object.values(categoryRooms)].forEach((roomList) => {
|
||||
roomList.sort((r1, r2) => {
|
||||
return r1.order - r2.order;
|
||||
});
|
||||
});*/
|
||||
|
||||
let defaultCategoryNode = null;
|
||||
if (defaultCategoryRooms.length > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user