From c86d6096dfe009c0c3e462729da0c7a1917aec95 Mon Sep 17 00:00:00 2001 From: Ann Rose Date: Mon, 1 Jun 2026 09:45:57 +0530 Subject: [PATCH] Array Index Used as React Key --- src/pages/ContributorProfile/ContributorProfile.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ContributorProfile/ContributorProfile.tsx b/src/pages/ContributorProfile/ContributorProfile.tsx index ed1b714d..6d05417f 100644 --- a/src/pages/ContributorProfile/ContributorProfile.tsx +++ b/src/pages/ContributorProfile/ContributorProfile.tsx @@ -77,10 +77,10 @@ export default function ContributorProfile() {

Pull Requests

{prs.length > 0 ? (