Skip to content
Snippets Groups Projects
Commit 91663af5 authored by Andy Nicholson's avatar Andy Nicholson
Browse files

Apply suggestion to app/components/component-frontpage/src/Frontpage.js

parent f6ffa8cb
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ const Frontpage = ({ history, ...props }) => { ...@@ -74,7 +74,7 @@ const Frontpage = ({ history, ...props }) => {
<SectionHeader> <SectionHeader>
<Title>{manuscript.meta.title}</Title> <Title>{manuscript.meta.title}</Title>
</SectionHeader> </SectionHeader>
<SectionRow key={`manuscript-${manuscript.id}`}> <SectionRow>
{manuscript.submission?.abstract ? ( {manuscript.submission?.abstract ? (
<h1>Abstract: {manuscript.submission?.abstract}</h1> <h1>Abstract: {manuscript.submission?.abstract}</h1>
) : ( ) : (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment