fix % in range

This commit is contained in:
Łukasz Góreczny 2021-01-12 16:02:58 +01:00
parent 1fc14dc5c8
commit 55077fc27b

View File

@ -13,7 +13,7 @@
<ng-container matColumnDef="Range"> <ng-container matColumnDef="Range">
<th mat-header-cell *matHeaderCellDef mat-sort-header> Range </th> <th mat-header-cell *matHeaderCellDef mat-sort-header> Range </th>
<td mat-cell *matCellDef="let row"> {{row.range}}% </td> <td mat-cell *matCellDef="let row"> {{row.range}} </td>
</ng-container> </ng-container>
<ng-container matColumnDef="Level"> <ng-container matColumnDef="Level">