Browse Source

Merge 55c2048d3d into ecc35c9ffa

pull/5600/merge
Germán Martín 4 days ago
committed by GitHub
parent
commit
3d5507552c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 2
      apps/client/src/app/components/home-holdings/home-holdings.html

4
CHANGELOG.md

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

2
apps/client/src/app/components/home-holdings/home-holdings.html

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

Loading…
Cancel
Save