Skip to content

Commit

Permalink
even prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmejia committed Nov 10, 2023
1 parent 85a4ad8 commit 868a9cb
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions client/src/components/ProjectSearchResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ export const ProjectSearchResult = ({ project }) => {
},
{
title: 'Also deposited under',
value: project.external_accessions.length > 0 ? (
<ProjectExternalAccessionsDetail
inline
externalAccessions={project.external_accessions}
/>
) : (
''
)
value:
project.external_accessions.length > 0 ? (
<ProjectExternalAccessionsDetail
inline
externalAccessions={project.external_accessions}
/>
) : (
''
)
},
{
title: 'Additional Sample Metadata Fields',
Expand Down

0 comments on commit 868a9cb

Please sign in to comment.