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

* Show symbols

* Update changelog
pull/1106/head^2
Thomas Kaul 2 years ago committed by GitHub
parent 7619442895
commit 412039badf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -50,7 +50,6 @@
[hasPermissionToOpenDetails]="false"
[locale]="user?.settings?.locale"
[showActions]="false"
[showSymbolColumn]="false"
(export)="onExport()"
></gf-activities-table>
</div>

Loading…
Cancel
Save