Browse Source

Bugfix/fix sorting by currency in activities table (#2122)

* Fix sorting by currency

* Update changelog
pull/2136/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
ba220eaee9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md
  2. 2
      libs/ui/src/lib/activities-table/activities-table.component.html

4
CHANGELOG.md

@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the language localization for French (`fr`)
- Refactored the blog articles to standalone components
### Fixed
- Fixed the sorting by currency in the activities table
## 1.286.0 - 2023-07-03
### Fixed

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