MingruiZhang commited on
Commit
d1894ba
·
1 Parent(s): a8e1cb0
Files changed (1) hide show
  1. app/(chat)/chat/[id]/page.tsx +1 -1
app/(chat)/chat/[id]/page.tsx CHANGED
@@ -43,5 +43,5 @@ export default async function ChatPage({ params }: ChatPageProps) {
43
  notFound();
44
  }
45
 
46
- return <Chat id={chat.id} initialMessages={chat.messages} />;
47
  }
 
43
  notFound();
44
  }
45
 
46
+ return <Chat id={chat.id} />;
47
  }