diff --git a/src/app/author/[author]/AuthorDisplay.tsx b/src/app/author/[author]/AuthorDisplay.tsx index 1492bf0..b891b49 100644 --- a/src/app/author/[author]/AuthorDisplay.tsx +++ b/src/app/author/[author]/AuthorDisplay.tsx @@ -35,7 +35,7 @@ export default function AuthorDisplay({ const { website } = data const images: HTMLImageElement[] = [] - nationality.forEach(n => { + nationality.forEach((n) => { const { flag } = nationalities[n] const image = new Image() image.src = flag @@ -45,10 +45,10 @@ export default function AuthorDisplay({ return ( <> - {snowfallActivated && + {snowfallActivated && ( - } + )} {mainPosition} at {mainAffiliation.name}