bugfixes
This commit is contained in:
parent
ccc932e182
commit
d394a78e20
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue