From fad66cde3aa450c7cae90259f8cd886a4442ba58 Mon Sep 17 00:00:00 2001 From: Thomas Lenz <Thomas.Lenz@mni.thm.de> Date: Thu, 15 Mar 2018 11:39:20 +0100 Subject: [PATCH] Remove unnecessary code --- .../participant-choice-content.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/participant-choice-content/participant-choice-content.component.html b/src/app/participant-choice-content/participant-choice-content.component.html index e4d81724e..181beffe1 100644 --- a/src/app/participant-choice-content/participant-choice-content.component.html +++ b/src/app/participant-choice-content/participant-choice-content.component.html @@ -18,6 +18,5 @@ </mat-list> </mat-card-content> </mat-card> - <div *ngIf="!isLoading && !room">Error: room could not be found!</div> </div> </div> -- GitLab