Browse Source

Fix sorting by currency

pull/2122/head
Thomas 2 years ago
parent
commit
fee3ce918a
  1. 2
      libs/ui/src/lib/activities-table/activities-table.component.html

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

@ -223,7 +223,7 @@
*matHeaderCellDef
class="d-none d-lg-table-cell px-1"
mat-header-cell
mat-sort-header
mat-sort-header="SymbolProfile.currency"
>
<ng-container i18n>Currency</ng-container>
</th>

Loading…
Cancel
Save