chore: clean up

This commit is contained in:
Louis 2024-11-30 16:52:38 +07:00
parent 67721a45ee
commit 6d7814fe24
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -128,7 +128,6 @@ const ChatBody = memo(
) : (
<ChatItem
{...messages[virtualRow.index]}
// key={messages[virtualRow.index]?.id}
loadModelError={loadModelError}
isCurrentMessage={
virtualRow.index === messages?.length - 1