mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 00:51:20 +00:00
@@ -277,7 +277,6 @@ function MessageList({
|
||||
onMessageStreamStart: () => void
|
||||
onMessageStreamEnd: () => void
|
||||
}) {
|
||||
console.log({ messages, showLastMessage })
|
||||
return (
|
||||
<ul className="w-full flex flex-col gap-8 overflow-auto px-6 pt-20 md:px-0 md:pt-24 pb-34">
|
||||
{messages.map((message, index) => (
|
||||
|
||||
Reference in New Issue
Block a user