Fix Sonarlint errors on new WIP affiliations page
This commit is contained in:
parent
af311c762e
commit
38cd4392c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue