diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1318bbf..7abc0ac03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Hid the account column from the activities table of the account detail dialog to avoid redundant information - Renamed the show access token dialog component to user account registration dialog component - Refreshed the cryptocurrencies list - Upgraded `countup.js` from version `2.8.2` to `2.9.0` diff --git a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html index 8ca54ce29..eff500d0a 100644 --- a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html +++ b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html @@ -126,6 +126,7 @@ [hasPermissionToFilter]="false" [hasPermissionToOpenDetails]="false" [locale]="user?.settings?.locale" + [showAccountColumn]="false" [showActions]=" !data.hasImpersonationId && data.hasPermissionToCreateActivity &&