Skip to content
Snippets Groups Projects
Commit b3e8c942 authored by Tom Käsler's avatar Tom Käsler
Browse files

Add sorting for user sessions

parent 3415a819
No related merge requests found
......@@ -65,7 +65,7 @@ export class RoomListComponent implements OnInit {
});
}
return roomWithRole;
});
}).sort((a, b) => 0 - (a.name < b.name ? 1 : -1));
this.isLoading = false;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment