fix:key fixes

This commit is contained in:
sriram veeraghanta 2023-08-31 16:37:25 +05:30
parent 240acc6cd0
commit 66bee2a094

View File

@ -27,7 +27,7 @@ export const PeekOverviewIssueActivity: React.FC<Props> = observer((props) => {
<div className="mt-4">
<div className="space-y-4">
{comments.map((comment: any) => (
<CommentCard comment={comment} workspaceSlug={workspace_slug?.toString()} />
<CommentCard key={comment.id} comment={comment} workspaceSlug={workspace_slug?.toString()} />
))}
</div>
<div className="mt-4">