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

Fix participant-room-screen-view

parent b2eabf14
No related merge requests found
......@@ -28,13 +28,13 @@
</mat-grid-tile>
</mat-grid-list>
<mat-nav-list>
<app-content-groups *ngIf="room" [contentGroups]="room.contentGroups"></app-content-groups>
<mat-list-item matTooltip="See room comments">
Comments
</mat-list-item>
<mat-list-item matTooltip="Join question round">
Learn
</mat-list-item>
<app-content-groups *ngIf="room" [contentGroups]="room.contentGroups"></app-content-groups>
</mat-nav-list>
</mat-card>
</div>
......
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