Skip to content

Commit

Permalink
Update context/app/static/js/pages/Publication/Publication.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolay Akhmetov <[email protected]>
  • Loading branch information
kevinyooky and NickAkhmetov authored Jul 14, 2023
1 parent daf3cfa commit c1b9525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/app/static/js/pages/Publication/Publication.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function Publication({ publication, vignette_json }) {
<PublicationsVisualizationSection vignette_json={vignette_json} uuid={uuid} />
)}
{shouldDisplaySection.files && <Files files={files} uuid={uuid} hubmap_id={hubmap_id} />}
<BulkDataTransfer files={files} uuid={uuid} hubmap_id={hubmap_id} />
{shouldDisplaySection.bulkDataTransfer && <BulkDataTransfer files={files} uuid={uuid} hubmap_id={hubmap_id} />}
<ContributorsTable contributors={contributors} title="Authors" />
{shouldDisplaySection.provenance && <ProvSection uuid={uuid} assayMetadata={publication} />}
</DetailLayout>
Expand Down

0 comments on commit c1b9525

Please sign in to comment.