openvidu-components: Fixed bug listing recordings on admin page
This commit is contained in:
parent
6905142a4a
commit
1704bb2c8c
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user