From 5267944cd3d3b42c49e140cc4e21e4328df93151 Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Fri, 26 Oct 2018 18:21:32 +0200 Subject: [PATCH] fix reports --- .../administration/report/reports-administration.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/app/administration/report/reports-administration.component.html b/src/frontend/app/administration/report/reports-administration.component.html index 74b19236159..64bd397fe68 100644 --- a/src/frontend/app/administration/report/reports-administration.component.html +++ b/src/frontend/app/administration/report/reports-administration.component.html @@ -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"> -- GitLab