From cb14236f98874c6aefe33fa233dc0da8b67971be Mon Sep 17 00:00:00 2001 From: quantum9Innovation Date: Thu, 15 Feb 2024 19:46:20 +0000 Subject: [PATCH] style: format --- src/app/author/[author]/AuthorDisplay.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}