Skip to content

Commit

Permalink
build error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinyooky committed Jul 14, 2023
1 parent c1b9525 commit 69fb95a
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 @@ -40,7 +40,7 @@ function Publication({ publication, vignette_json }) {
visualizations: Boolean(Object.keys(vignette_json).length),
provenance: !associatedCollectionUUID,
files: Boolean(files?.length),
bulkDataTransfer: true
bulkDataTransfer: true,
};

const sectionOrder = getSectionOrder(
Expand Down

0 comments on commit 69fb95a

Please sign in to comment.