diff --git a/packages/desktop/src/components/prompt-input.tsx b/packages/desktop/src/components/prompt-input.tsx index e6701bdd..d6276c15 100644 --- a/packages/desktop/src/components/prompt-input.tsx +++ b/packages/desktop/src/components/prompt-input.tsx @@ -393,9 +393,11 @@ export const PromptInput: Component = (props) => {
{i.name} - - {DateTime.fromFormat(i.release_date, "yyyy-MM-dd").toFormat("LLL yyyy")} - + + + {DateTime.fromFormat(i.release_date, "yyyy-MM-dd").toFormat("LLL yyyy")} + +
diff --git a/packages/desktop/src/context/local.tsx b/packages/desktop/src/context/local.tsx index 91c1d688..9c4d70fc 100644 --- a/packages/desktop/src/context/local.tsx +++ b/packages/desktop/src/context/local.tsx @@ -481,7 +481,6 @@ export const { use: useLocal, provider: LocalProvider } = createSimpleContext({ if (!message) return "" if (Array.isArray(message)) return message.map((m) => getMessageText(m)).join(" ") const fileParts = sync.data.part[message.id]?.filter((p) => p.type === "file") - console.log(fileParts) return sync.data.part[message.id] ?.filter((p) => p.type === "text")