diff --git a/website/src/components/AMASection.jsx b/website/src/components/AMASection.jsx index eddce2d2..bd3cf404 100644 --- a/website/src/components/AMASection.jsx +++ b/website/src/components/AMASection.jsx @@ -75,12 +75,12 @@ const AffectedUsers = ({ users }) => { `../guidelines/type-of-accessibility-issues#${user.toLowerCase()}`; return link ? ( - <> + {user} {index < total ? ', ' : null} - + ) : ( user );