Skip to content

Commit 0bf94a5

Browse files
committed
.
1 parent 994c475 commit 0bf94a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PublicationsTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default function PublicationsTabsLoaded({ publications, featuredPmids, fe
198198
</div>
199199
</div>
200200
<div className="text-sm text-muted-foreground mt-1">
201-
{publication.authors}
201+
{formatAuthors(publication.authors)}
202202
</div>
203203
</CardHeader>
204204
<CardFooter className="pt-0">

0 commit comments

Comments
 (0)