diff --git a/components/chat.tsx b/components/chat.tsx index 54f6865..3e6ca66 100644 --- a/components/chat.tsx +++ b/components/chat.tsx @@ -42,9 +42,6 @@ export function Chat({ id, initialMessages, className }: ChatProps) { body: { id, previewToken - }, - onFinish: () => { - router.refresh() } }) return (