diff --git a/src/themes/elife/index.ts b/src/themes/elife/index.ts index 025fd2a16..063d919e6 100644 --- a/src/themes/elife/index.ts +++ b/src/themes/elife/index.ts @@ -91,7 +91,7 @@ const buildSocialSharers = (title: string, doi: string): void => { '', url: `https://reddit.com/submit/?title=${escapedTitle}&url=${escapedDoi}`, }, - ].map( + ].forEach( (sharer: { description: string imageMarkup: string