Fix #179
This commit is contained in:
parent
5f183de174
commit
0d145b5883
@ -140,7 +140,7 @@
|
||||
<!-- Name Column -->
|
||||
<ng-container matColumnDef="name">
|
||||
<th mat-header-cell *matHeaderCellDef>Price</th>
|
||||
<td mat-cell *matCellDef="let element">{{ element.price }}$</td>
|
||||
<td mat-cell *matCellDef="let element">{{ element.price }}€</td>
|
||||
</ng-container>
|
||||
|
||||
<!-- Weight Column -->
|
||||
|
Loading…
Reference in New Issue
Block a user