From 07f5f06b7c20625a92e0e922557299d20feceadc Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 17 Sep 2025 08:21:07 +0200 Subject: [PATCH] Bugfix/remove data source element in activities table component (#5541) * Clean up * Update changelog --- CHANGELOG.md | 4 ++++ .../src/lib/activities-table/activities-table.component.html | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ee56750..2eddf30f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refactored the show access token dialog component to standalone - Upgraded `prisma` from version `6.15.0` to `6.16.1` +### Fixed + +- Removed a temporary element from the activities table component + ## 2.199.0 - 2025-09-14 ### Added diff --git a/libs/ui/src/lib/activities-table/activities-table.component.html b/libs/ui/src/lib/activities-table/activities-table.component.html index 326440774..85db627d2 100644 --- a/libs/ui/src/lib/activities-table/activities-table.component.html +++ b/libs/ui/src/lib/activities-table/activities-table.component.html @@ -129,7 +129,6 @@ [symbol]="element.SymbolProfile?.symbol" [tooltip]="element.SymbolProfile?.name" /> -