From 51e3f5acc195ccc8efa9f025789ada82d0a1ab91 Mon Sep 17 00:00:00 2001 From: Steven Tey Date: Sat, 17 Jun 2023 13:19:50 -0500 Subject: [PATCH] temp fix --- components/chat.tsx | 3 --- 1 file changed, 3 deletions(-) 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 (