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 cca93a7..5b1e7a4 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 @@ -30,13 +30,13 @@ > }
- @for (reaction of getReaction(chat.id); track reaction; let i = $index) { - @if (reaction.id) { + @for (reaction of getReaction(chat.id); track reaction) { @if (reaction.id) + {