diff --git a/app/components/component-frontpage/src/Frontpage.js b/app/components/component-frontpage/src/Frontpage.js index a8f56f3847aea4576d09da9808b81a34d06cd1ec..3dac5b06d76d6156ae63e9fc6d8adfaa196358f3 100644 --- a/app/components/component-frontpage/src/Frontpage.js +++ b/app/components/component-frontpage/src/Frontpage.js @@ -74,7 +74,7 @@ const Frontpage = ({ history, ...props }) => { <SectionHeader> <Title>{manuscript.meta.title}</Title> </SectionHeader> - <SectionRow key={`manuscript-${manuscript.id}`}> + <SectionRow> {manuscript.submission?.abstract ? ( <h1>Abstract: {manuscript.submission?.abstract}</h1> ) : (