Germán Martín
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/home-holdings/home-holdings.html
|
|
|
@ -189,6 +189,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Removed the deprecated `ITEM` activity type |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Show quantity column in holdings table |
|
|
|
|
|
|
|
## 2.202.0 - 2025-09-26 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
@ -48,7 +48,7 @@ |
|
|
|
<gf-holdings-table |
|
|
|
[baseCurrency]="user?.settings?.baseCurrency" |
|
|
|
[deviceType]="deviceType" |
|
|
|
[hasPermissionToShowQuantities]="false" |
|
|
|
[hasPermissionToShowQuantities]="true" |
|
|
|
[holdings]="holdings" |
|
|
|
[locale]="user?.settings?.locale" |
|
|
|
(holdingClicked)="onHoldingClicked($event)" |
|
|
|
|