This commit is contained in:
Chneemann 2024-06-02 19:07:45 +02:00
parent ccc932e182
commit d394a78e20

View file

@ -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)"