From 91663af5422652d8d5a076ed2f141680438ccc90 Mon Sep 17 00:00:00 2001 From: Andy Nicholson <intothemist@gmail.com> Date: Tue, 2 Feb 2021 03:03:16 +0000 Subject: [PATCH] Apply suggestion to app/components/component-frontpage/src/Frontpage.js --- app/components/component-frontpage/src/Frontpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/component-frontpage/src/Frontpage.js b/app/components/component-frontpage/src/Frontpage.js index a8f56f3847..3dac5b06d7 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> ) : ( -- GitLab