From 3bb9b8601b51b25f4b164e35a92e86c10ad8e617 Mon Sep 17 00:00:00 2001
From: Jaipreet Singh
{authors.map((author, idx) => {
- return idx < authors.length - 1
- ? `${author}, `
- : `${author}`;
+ return idx < authors.length - 1 ? (
+ {`${author}, `}
+ ) : (
+ {`${author}`}
+ );
})}
{`We are pleased to share the titles and authors of accepted technical papers (in alphabetical order). More information regarding the program will be made available in September.`}
- {ACCEPTED_PAPERS.map((paper) => ( + {ACCEPTED_PAPERS.map((paper, idx) => (