diff --git a/src/app/components/main-chat/single-chat/reaction-emojis/reaction-emojis.component.html b/src/app/components/main-chat/single-chat/reaction-emojis/reaction-emojis.component.html index 77c5fc2..cca93a7 100644 --- a/src/app/components/main-chat/single-chat/reaction-emojis/reaction-emojis.component.html +++ b/src/app/components/main-chat/single-chat/reaction-emojis/reaction-emojis.component.html @@ -36,7 +36,7 @@ class="emoji" [ngStyle]="{ 'background-color': - reaction.userId == userService.getCurrentUserId() ? '#c7cafc' : '' + reaction.userId[i] == userService.getCurrentUserId() ? '#c7cafc' : '' }" (click)="toggleEmoji(reaction.id)" (mousemove)="openDialog(reaction.id, $event)"