Skip to content
Snippets Groups Projects
Commit 5267944c authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix reports

parent 611c536a
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
<mat-spinner style="margin:auto;"></mat-spinner>
</div>
<form>
<mat-list *ngIf="reports.size() > 0 && !loadingOptions">
<mat-list *ngIf="reports.length > 0 && !loadingOptions">
{{lang.folders}}
<mat-divider></mat-divider>
<span *ngFor="let report of reports;let i = index">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment