diff --git a/frontend/src/app/chat/page.tsx b/frontend/src/app/chat/page.tsx index 0f4eec6e..b1381d45 100644 --- a/frontend/src/app/chat/page.tsx +++ b/frontend/src/app/chat/page.tsx @@ -1940,7 +1940,7 @@ function ChatPage() {
{message.role === "user" && (
- + {user?.name ? ( @@ -1960,7 +1960,7 @@ function ChatPage() { {message.role === "assistant" && (
-
+