Skip to content
Snippets Groups Projects
Commit 9091ccb9 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Show descriprion only if existing

parent 36fee072
No related merge requests found
......@@ -14,7 +14,7 @@
</mat-card-header>
<mat-divider></mat-divider>
<mat-card-content fxLayoutAlign="center">
<mat-expansion-panel class="mat-elevation-z0">
<mat-expansion-panel *ngIf="!room.description == ''" class="mat-elevation-z0">
<mat-expansion-panel-header>
<h4>{{ 'room-page.description' | translate }}</h4>
</mat-expansion-panel-header>
......
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