Skip to content

Commit

Permalink
fix undefine key
Browse files Browse the repository at this point in the history
  • Loading branch information
greywen committed Jan 22, 2025
1 parent 9c1c3dd commit 1c490cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/FE/pages/admin/messages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ export default function Messages() {
</TableCell>
<TableCell>
{item.spans.map((x) => (
<div className="flex gap-x-1">
<div
className="flex gap-x-1"
key={'message-chat-icon' + x.modelId}
>
<ChatIcon
className="inline"
providerId={x.modelProviderId}
Expand Down

0 comments on commit 1c490cf

Please sign in to comment.