Skip to content
Snippets Groups Projects

Resolve "Fix - AppRouting"

Merged Hagen Dreßler requested to merge 80-fix-approuting into master
@@ -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';