Skip to content

Commit a6c777a

Browse files
author
Jicheng Lu
committed
add conv user name
1 parent f0aa034 commit a6c777a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/chat/[agentId]/[conversationId]/chat-box.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,9 @@
16711671
<i class="mdi mdi-circle text-success align-middle" />
16721672
</div>
16731673
<div class="ellipsis">
1674-
<span>{conversationUser?.full_name || conversationUser?.user_name || ''}</span>
1674+
<span>
1675+
{conversationUser?.full_name || conversationUser?.user_name
1676+
|| currentUser?.full_name || currentUser?.user_name || ''}</span>
16751677
</div>
16761678
</div>
16771679
</div>

0 commit comments

Comments
 (0)