RED-6332: corrected id text.

This commit is contained in:
Nicoleta Panaghiu 2023-03-08 12:37:24 +02:00
parent 77345c7c98
commit d68c408e2d

View File

@ -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"
></div>
</div>
</div>