Skip to content

Commit

Permalink
remove uneeded comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Russo committed May 17, 2022
1 parent 7c9e580 commit c2960a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/containers/Bulletin/index.jsx
Expand Up @@ -116,7 +116,7 @@ const BulletinContainer = ({ item, lazyLoadImage }) => {
liveText={liveText}
offScreenText={offScreenText}
lang={ctaTextIsEnglish ? 'en-GB' : null}
ariaId={`${headline}, ${allyLink}`}
ariaId={`${headline}${allyLink}`}
/>
);
};
Expand Down

0 comments on commit c2960a6

Please sign in to comment.