diff --git a/src/app/components/shared/room-join/room-join.component.ts b/src/app/components/shared/room-join/room-join.component.ts
index e78edd031fbff67ced998d4de678bee8882a11ed..1a556ec7661b132707121ecef3e6f9fd20239d00 100644
--- a/src/app/components/shared/room-join/room-join.component.ts
+++ b/src/app/components/shared/room-join/room-join.component.ts
@@ -38,7 +38,7 @@ export class RoomJoinComponent implements OnInit {
               private router: Router,
               public notificationService: NotificationService,
               private translateService: TranslateService,
-              public authenticationService: AuthenticationService, ) {
+              public authenticationService: AuthenticationService) {
   }
 
   ngOnInit() {