Skip to content
Snippets Groups Projects
Commit ef7e2d7e authored by Lukas Mauß's avatar Lukas Mauß Committed by Tom Käsler
Browse files

Remove useless code

parent 39963761
No related merge requests found
mat-card {
max-width: 800px;
min-width: 800px;
width: 800px;
}
mat-card-content > :first-child {
......
......@@ -33,8 +33,4 @@ export class RoomParticipantPageComponent implements OnInit {
this.isLoading = false;
});
}
/*goToComments(): void {
this.router.navigate([`/participant/room/${this.room.shortId}/comments`]);
}*/
}
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