From c29262aab802183d4d94bc9f8204039b23412e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Fri, 16 Mar 2018 12:57:53 +0100 Subject: [PATCH] Fix --- src/app/participant-room/participant-room.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/participant-room/participant-room.component.html b/src/app/participant-room/participant-room.component.html index aa11ace2e..3b69ee966 100644 --- a/src/app/participant-room/participant-room.component.html +++ b/src/app/participant-room/participant-room.component.html @@ -1,7 +1,6 @@ <div fxLayout="column" fxLayoutAlign="start" fxLayoutGap="20px" fxFill> <div fxLayout="row" fxLayoutAlign="center"> <mat-progress-spinner *ngIf="isLoading" mode="indeterminate"></mat-progress-spinner> - <mat-card *ngIf="room"> <mat-card-header fxLayoutAlign="center"> <mat-card-title><h3 class="subheading-2">{{ room.name }}</h3></mat-card-title> -- GitLab