Feature/add quantity column to holdings table of portfolio holdings page (#6607)

* Add quantity column

* Update changelog
pull/6594/merge
Thomas Kaul 2 months ago committed by GitHub
parent 34028ba5d7
commit 7940bdaa9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- Added the quantity column to the holdings table of the portfolio holdings page
### Changed
- Improved the language localization for Polish (`pl`)

@ -46,7 +46,6 @@
}
<div [ngClass]="{ 'd-none': viewModeFormControl.value !== 'TABLE' }">
<gf-holdings-table
[hasPermissionToShowQuantities]="false"
[holdings]="holdings"
[locale]="user?.settings?.locale"
(holdingClicked)="onHoldingClicked($event)"

Loading…
Cancel
Save