Browse Source

Bugfix/show symbols of activities in account detail dialog (#1105)

* Show symbols

* Update changelog
pull/1106/head^2
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
412039badf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md
  2. 1
      apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html

4
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

1
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()"
></gf-activities-table>
</div>

Loading…
Cancel
Save