1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-22 18:41:57 +03:00

Remove commented ordering code

No lomger needed now roosm come down in order
This commit is contained in:
David Baker
2017-07-10 15:17:58 +01:00
parent ac4be03f7b
commit 048912a241

View File

@ -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) {