mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix:key fixes
This commit is contained in:
parent
240acc6cd0
commit
66bee2a094
@ -27,7 +27,7 @@ export const PeekOverviewIssueActivity: React.FC<Props> = observer((props) => {
|
|||||||
<div className="mt-4">
|
<div className="mt-4">
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
{comments.map((comment: any) => (
|
{comments.map((comment: any) => (
|
||||||
<CommentCard comment={comment} workspaceSlug={workspace_slug?.toString()} />
|
<CommentCard key={comment.id} comment={comment} workspaceSlug={workspace_slug?.toString()} />
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-4">
|
<div className="mt-4">
|
||||||
|
Loading…
Reference in New Issue
Block a user