Skip to content
Snippets Groups Projects
Commit de0e4f73 authored by Thomas Lenz's avatar Thomas Lenz
Browse files

Edit error message: room could not be found

parent 0d1d9b23
No related merge requests found
......@@ -31,6 +31,6 @@
</button>
</mat-card-actions>
</mat-card>
<div *ngIf="!isLoading && !room">Error</div>
<div *ngIf="!isLoading && !room">Error: room could not be found!</div>
</div>
</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