Browse Source

Fix currency

pull/730/head
Thomas 3 years ago
parent
commit
06a2c64af5
  1. 2
      libs/ui/src/lib/activities-table/activities-table.component.html

2
libs/ui/src/lib/activities-table/activities-table.component.html

@ -144,7 +144,7 @@
class="d-none d-lg-table-cell px-1" class="d-none d-lg-table-cell px-1"
mat-cell mat-cell
> >
{{ element.currency }} {{ element.SymbolProfile.currency }}
</td> </td>
<td *matFooterCellDef class="d-none d-lg-table-cell px-1" mat-footer-cell> <td *matFooterCellDef class="d-none d-lg-table-cell px-1" mat-footer-cell>
{{ baseCurrency }} {{ baseCurrency }}

Loading…
Cancel
Save