diff --git a/src/app/components/shared/room-page/room-page.component.ts b/src/app/components/shared/room-page/room-page.component.ts index b9145404d4711a1610e8813fb558e3cf6571b868..204d71a089e1a7ed80e4de4d0d6d090060326bf6 100644 --- a/src/app/components/shared/room-page/room-page.component.ts +++ b/src/app/components/shared/room-page/room-page.component.ts @@ -31,7 +31,7 @@ export class RoomPageComponent implements OnInit, OnDestroy { protected wsCommentService: WsCommentServiceService, protected commentService: CommentService, protected eventService: EventService, - public titleService: TitleService + protected titleService: TitleService ) { }