From d5103c13851ab18035d74b9137a6718926b1d8a2 Mon Sep 17 00:00:00 2001 From: marcel-bitfly <174338434+marcel-bitfly@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:25:08 +0200 Subject: [PATCH] chore(NotificationsDashboardTable): hide `account subscriptions` behind `feature flag` --- .../NotificationsDashboardsTable.vue | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/frontend/components/notifications/NotificationsDashboardsTable.vue b/frontend/components/notifications/NotificationsDashboardsTable.vue index 2f19e955a..b4325b1d8 100644 --- a/frontend/components/notifications/NotificationsDashboardsTable.vue +++ b/frontend/components/notifications/NotificationsDashboardsTable.vue @@ -297,14 +297,18 @@ const showDialog = (row: { identifier: string } & NotificationDashboardsTableRow }} -
- {{ - $t( - "notifications.dashboards.footer.subscriptions.accounts", - { count: overview?.adb_subscriptions_count }) + +
+ {{ + $t( + "notifications.dashboards.footer.subscriptions.accounts", + { count: overview?.adb_subscriptions_count }) - }} -
+ }} +
+