refactor: add missing keys to list items and improve structure in APIListMenu and MessageBubble components
This commit is contained in:
@@ -463,7 +463,7 @@ export default function ChatBOX() {
|
||||
</ChatBubble>
|
||||
)}
|
||||
{chatStore.history.map((_, messageIndex) => (
|
||||
<Message messageIndex={messageIndex} />
|
||||
<Message messageIndex={messageIndex} key={messageIndex} />
|
||||
))}
|
||||
{showGenerating && (
|
||||
<ChatBubble variant="received">
|
||||
|
||||
Reference in New Issue
Block a user