From 5e06c2d3996beacfc4b0ef38d74d3e1511f2391f Mon Sep 17 00:00:00 2001 From: Hagen <hagen.dressler@mni.thm.de> Date: Fri, 9 Mar 2018 13:20:57 +0100 Subject: [PATCH] Edit component room-list --- src/app/room-list/room-list.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/room-list/room-list.component.ts b/src/app/room-list/room-list.component.ts index 6b8dcec7c..a5dd6a3d2 100644 --- a/src/app/room-list/room-list.component.ts +++ b/src/app/room-list/room-list.component.ts @@ -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'; -- GitLab