mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-11-06 13:48:14 +00:00
feat(app): implement library feature
This commit is contained in:
@@ -53,7 +53,7 @@ const Chat = ({
|
||||
const isLast = i === messages.length - 1;
|
||||
|
||||
return (
|
||||
<Fragment key={msg.id}>
|
||||
<Fragment key={msg.messageId}>
|
||||
<MessageBox
|
||||
key={i}
|
||||
message={msg}
|
||||
|
||||
Reference in New Issue
Block a user