Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4998 from minvws/release/2.88.0
Browse files Browse the repository at this point in the history
release/2.88.0
  • Loading branch information
ben-van-eekelen authored Mar 4, 2024
2 parents 15cc442 + 9e57ed0 commit 61bc465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function MetadataItem({ icon, label, items, referenceLink, accessibilityText, ac
{`${label}: `}
{items.map((item, index) => (
<Fragment key={index + item.href}>
{index > 0 && (index !== items.length - 1 ? ', ' : '')}
{index > 0 && ', '}
{item.href && (
<ExternalLink
href={item.href}
Expand Down

0 comments on commit 61bc465

Please sign in to comment.