diff --git a/client/src/components/ProjectSearchResult.js b/client/src/components/ProjectSearchResult.js index 2c34eda3..20cb325e 100644 --- a/client/src/components/ProjectSearchResult.js +++ b/client/src/components/ProjectSearchResult.js @@ -28,14 +28,15 @@ export const ProjectSearchResult = ({ project }) => { }, { title: 'Also deposited under', - value: project.external_accessions.length > 0 ? ( - - ) : ( - '' - ) + value: + project.external_accessions.length > 0 ? ( + + ) : ( + '' + ) }, { title: 'Additional Sample Metadata Fields',