Browse Source

Merge 55c2048d3d into 6177ec0ec5

pull/5600/merge
Germán Martín 2 days ago
committed by GitHub
parent
commit
e4307eec71
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

@ -216,6 +216,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