mirror of
https://github.com/makeplane/plane.git
synced 2026-07-10 20:41:15 +02:00
fix:key fixes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user