From 16f074335384dca24fe91c9c89b4929e343d9974 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 6 Feb 2022 17:14:04 +0100 Subject: [PATCH] Bugfix/fix total value of activities table (#680) * Fix total value (absolute value) * Update changelog --- CHANGELOG.md | 1 + .../lib/activities-table/activities-table.component.html | 1 + libs/ui/src/lib/value/value.component.ts | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c83ca734..ba39e1491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed the horizontal overflow in the accounts table - Fixed the horizontal overflow in the activities table +- Fixed the total value of the activities table in the position detail dialog (absolute value) ### Todo 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 d7a880d71..5fd343a0a 100644 --- a/libs/ui/src/lib/activities-table/activities-table.component.html +++ b/libs/ui/src/lib/activities-table/activities-table.component.html @@ -256,6 +256,7 @@