Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
john-conroy committed Aug 28, 2024
1 parent b731d89 commit a01a5f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion context/app/static/js/pages/Collection/Collection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ function Collection({ collection: collectionData }) {

useTrackID({ entity_type, hubmap_id });

const possible_contributors = contributors ?? contacts;
// Handle both fields until creators is renamed to contributors.
const possible_contributors = contributors ?? creators;

return (
<div>
Expand Down

0 comments on commit a01a5f0

Please sign in to comment.