Skip to content

Commit

Permalink
fixup: publications eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Jan 8, 2025
1 parent e144580 commit d01726f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/src/PublicationsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const PaperCitation = ({
)}
<>{`${authorList} ${title} `}</>
<em>{journal}</em>
<>{`. ${issue ? `${issue}, ` : ''}${pages ? pages : ''} (${year}).`}</>
<>{`. ${issue ? `${issue}, ` : ''}${pages || ''} (${year}).`}</>
<>
{doiLink && (
<span>
Expand Down

0 comments on commit d01726f

Please sign in to comment.