From d68c408e2dd0d5fce8b7e61116a7669b9601993c Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Wed, 8 Mar 2023 12:37:24 +0200 Subject: [PATCH] RED-6332: corrected id text. --- .../app/components/notifications/notifications.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/components/notifications/notifications.component.html b/apps/red-ui/src/app/components/notifications/notifications.component.html index 6955d4761..89da01870 100644 --- a/apps/red-ui/src/app/components/notifications/notifications.component.html +++ b/apps/red-ui/src/app/components/notifications/notifications.component.html @@ -47,7 +47,7 @@ class="dot" matTooltip="{{ 'notifications.mark-as' | translate : { type: notification.readDate ? 'unread' : 'read' } }}" matTooltipPosition="before" - [id]="'notifications-mark-as-' + notification.id" + [id]="'notifications-mark-' + notification.id" >