diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b06f7870..8f5e598ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added the savings rate to the investment timeline grouped by month +### Fixed + +- Added the symbols to the activities in the account detail dialog + ## 1.174.0 - 27.07.2022 ### Added diff --git a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html index 150f74e74..7bccfee87 100644 --- a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html +++ b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html @@ -50,7 +50,6 @@ [hasPermissionToOpenDetails]="false" [locale]="user?.settings?.locale" [showActions]="false" - [showSymbolColumn]="false" (export)="onExport()" >