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

Fix code style

parent 46e480bc
No related merge requests found
......@@ -12,7 +12,7 @@
</mat-card-header>
<mat-divider></mat-divider>
<mat-card-content fxLayoutAlign="center">
<mat-expansion-panel *ngIf="!room.description == ''" 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