diff --git a/src/app/components/shared/room-list/room-list.component.html b/src/app/components/shared/room-list/room-list.component.html index 676f769d9836edf4b3ea02ee603daaa3170819cb..79cb150af1cb62ecc80f32474b2e8bc4c79abd32 100644 --- a/src/app/components/shared/room-list/room-list.component.html +++ b/src/app/components/shared/room-list/room-list.component.html @@ -8,7 +8,7 @@ <mat-icon>input</mat-icon> </button> <mat-panel-title> - {{ room.shortId }} + {{ room.shortId.slice(0,4) }} {{ room.shortId.slice(4,8) }} </mat-panel-title> <mat-panel-description> {{ room.name }}