diff --git a/src/app/page.tsx b/src/app/page.tsx index 243ad02..6cc27b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,6 +37,7 @@ function sortAuthorsByDocumentsPublished(authors: { export default function Home() { const AuthorDisplay = () => { + let i = 0 return (