From d45b35159c7438a8225b29f6ba7e11686f0dcf26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADn?= Date: Sat, 27 Sep 2025 15:29:47 +0200 Subject: [PATCH 1/2] Bugfix/enable quantity visibility in holdings table --- apps/client/src/app/components/home-holdings/home-holdings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/app/components/home-holdings/home-holdings.html b/apps/client/src/app/components/home-holdings/home-holdings.html index 8b4e4c5d3..066613819 100644 --- a/apps/client/src/app/components/home-holdings/home-holdings.html +++ b/apps/client/src/app/components/home-holdings/home-holdings.html @@ -48,7 +48,7 @@ Date: Sat, 27 Sep 2025 15:50:44 +0200 Subject: [PATCH 2/2] Fix: show quantity column in holdings table --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb7ea502..028f023be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,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