Skip to content
Snippets Groups Projects
Commit 5e06c2d3 authored by Hagen Dreßler's avatar Hagen Dreßler
Browse files

Edit component room-list

parent c2ba1217
1 merge request!66Resolve "Fix - AppRouting"
Pipeline #13129 passed with stage
in 32 seconds
......@@ -24,7 +24,7 @@ export class RoomListComponent implements OnInit {
}
getPath() {
if (this.authenticationService.getRole() == UserRole.CREATOR) {
if (this.authenticationService.getRole() === UserRole.CREATOR) {
this.baseUrl = 'creator';
} else {
this.baseUrl = 'participant';
......
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