diff --git a/CHANGELOG.md b/CHANGELOG.md
index affd087ef..28c2b25c4 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
- Improved the dynamic numerical precision for various values in the account detail dialog on mobile
- Improved the dynamic numerical precision for various values in the holding detail dialog on mobile
+### Fixed
+
+- Fixed the disabled state of the delete action in the asset profiles actions menu of the historical market data table in the admin control panel
+
## 3.14.0 - 2026-06-22
### Added
diff --git a/apps/client/src/app/components/admin-market-data/admin-market-data.html b/apps/client/src/app/components/admin-market-data/admin-market-data.html
index 270722a4b..83703b548 100644
--- a/apps/client/src/app/components/admin-market-data/admin-market-data.html
+++ b/apps/client/src/app/components/admin-market-data/admin-market-data.html
@@ -285,7 +285,8 @@
!canDeleteAssetProfile({
activitiesCount: element.activitiesCount,
isBenchmark: element.isBenchmark,
- symbol: element.symbol
+ symbol: element.symbol,
+ watchedByCount: element.watchedByCount
})
"
(click)="
diff --git a/apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html b/apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
index 18bd00a41..0b0b59e7d 100644
--- a/apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
+++ b/apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
@@ -171,7 +171,8 @@
mat-cell
>
@if (element.price === null) {
- —
+ –
+ {{ baseCurrency }}
} @else {