Counselllor / Counsellor-Web

Should not have unused variables JS-0128
Bug risk
Major
1 occurrence in this check
'index' is defined but never used
38
39    return (
40      <div className="grid grid-cols-1 md:grid-cols-5 gap-4">
41        {currentContributors.map((contributor, index) => (42          <div
43            key={contributor.login}
44            className="bg-white m-2 p-8 rounded-lg shadow-md text-center cursor-pointer transform transition-transform duration-200 hover:scale-105"