openvidu-components: Fixed bug listing recordings on admin page

pull/750/head
csantosm 2022-08-17 12:46:49 +02:00
parent 6905142a4a
commit 1704bb2c8c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
</div>
</div>
<div *ngIf="recordings.length === 0" class="no-recordings-warn">
<div *ngIf="!recordings || recordings.length === 0" class="no-recordings-warn">
<span>{{ 'ADMIN.NO_RECORDINGS' | translate }}</span>
</div>