set call
This commit is contained in:
parent
3ca54695dc
commit
728815411e
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue