Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 8e3c801

Browse files
committed
leftover
1 parent 2074a72 commit 8e3c801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function Chat() {
2121
const chat = usePromptsStore((state) =>
2222
state.prompts.find((prompt) => prompt.chat_id === id)
2323
);
24-
const title = chat?.question_answers?.[0].question.message ?? "Prompt";
24+
const title = chat?.question_answers?.[0].question.message ?? "";
2525

2626
return (
2727
<div className="h-screen mb-40 w-[calc(100vw-18rem)]">

0 commit comments

Comments
 (0)