diff --git a/components/dashboard/ChatDetail.tsx b/components/dashboard/ChatDetail.tsx index c9b1a79..d8c5553 100644 --- a/components/dashboard/ChatDetail.tsx +++ b/components/dashboard/ChatDetail.tsx @@ -397,7 +397,7 @@ export default function ChatDetail({ chatId }: { chatId: string }) { -
+
{chat.messages.length === 0 ? (

No messages yet. Send one to start the conversation.

@@ -407,7 +407,7 @@ export default function ChatDetail({ chatId }: { chatId: string }) {