feat(app): implement library feature
This commit is contained in:
parent
61044715e9
commit
c51ec8ff0f
8 changed files with 234 additions and 21 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue