diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd4903d4..d5d37f742 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/libs/ui/src/lib/activities-table/activities-table.component.html b/libs/ui/src/lib/activities-table/activities-table.component.html index 3ce9aeb7b..472a46f10 100644 --- a/libs/ui/src/lib/activities-table/activities-table.component.html +++ b/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" > Currency