message -> msg
Deploy app frontend / app frontend (push) Successful in 2m28s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m35s
Deploy service tg-bot / service tg-bot (push) Successful in 1m57s

This commit is contained in:
2024-12-15 11:26:43 +02:00
parent ff9eebafb4
commit 7b654c11d8
4 changed files with 4 additions and 4 deletions
@@ -3,7 +3,7 @@
<div
v-for="message in messages"
:key="message._id"
:id="`message-${message.created_at}`"
:id="`msg-${message.created_at}`"
class="mb-4 max-w-md"
:class="{
'ml-auto text-right': message.from === userRole,