Simplify "Playtime" column header in Staff Playtime view.
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<ng-container matColumnDef="playtime">
|
<ng-container matColumnDef="playtime">
|
||||||
<th mat-header-cell *matHeaderCellDef> Playtime (h:mm)</th>
|
<th mat-header-cell *matHeaderCellDef> Playtime</th>
|
||||||
<td mat-cell *matCellDef="let row"> {{ minutesToHm(row.playtime) }}</td>
|
<td mat-cell *matCellDef="let row"> {{ minutesToHm(row.playtime) }}</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user