(fix): small notification logic error
(fix): call ui
This commit is contained in:
parent
f1874042ba
commit
6f03604c90
5 changed files with 5961 additions and 3108 deletions
|
|
@ -334,7 +334,8 @@ function MessageComponent({
|
|||
})}
|
||||
</p>
|
||||
<div className="flex items-center justify-start gap-1">
|
||||
{message.MessageState === "read" ? (
|
||||
{message.SenderId !==
|
||||
ownId ? null : message.MessageState === "read" ? (
|
||||
<Check
|
||||
size={12}
|
||||
color="var(--primary-foreground-alt)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue