From d9076621bfcee9c1600c29e04cfc68967e0e4d13 Mon Sep 17 00:00:00 2001 From: Chneemann Date: Wed, 18 Sep 2024 04:36:48 +0200 Subject: [PATCH] resolve display issue by simplifying reaction.userId handling --- .../reaction-emojis/reaction-emojis.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) + {