This commit is contained in:
Daniel Ponte 2025-01-02 23:02:58 -05:00
parent 3ca54695dc
commit 728815411e

View file

@ -109,7 +109,7 @@
<ng-container matColumnDef="play">
<th mat-header-cell *matHeaderCellDef></th>
<td mat-cell *matCellDef="let call">
<call-player></call-player>
<call-player [call]="call"></call-player>
</td>
</ng-container>
<ng-container matColumnDef="download">