Fix Sonarlint errors on new WIP affiliations page

This commit is contained in:
Ananth Venkatesh 2024-02-16 22:44:04 +00:00
parent af311c762e
commit 38cd4392c6

View file

@ -52,7 +52,7 @@ const Page = () => {
</h1>
<div className='grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4'>
{allAffiliations.map((affiliationShortName) => {
const { name, short, image } = affiliations[affiliationShortName]
const { name, short } = affiliations[affiliationShortName]
return (
<Fragment key={name}>
<AffiliationCard