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 fc9572d..77c5fc2 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 @@ -26,7 +26,6 @@ [ngStyle]="{ left: user.id === userService.getCurrentUserId() ? 'unset' : '', right: user.id === userService.getCurrentUserId() ? '20px' : '', - }" > } @@ -35,6 +34,10 @@ @if (reaction.id) {