Skip to content

Commit

Permalink
fix: remove data submitter from data libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Nov 6, 2023
1 parent 5339d60 commit 55b1bf1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/data_search/DatasetSearchTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const studyTableHeader = [
'Phenotype',
'Species',
'PI Name',
'Data Submitter',
'Data Custodian',
];

Expand Down Expand Up @@ -134,9 +133,6 @@ export const DatasetSearchTable = (props) => {
{
value: entry[0].study.piName,
},
{
value: entry[0].study.dataSubmitterEmail,
},
{
value: entry[0].study.dataCustodianEmail.join(', '),
},
Expand Down

0 comments on commit 55b1bf1

Please sign in to comment.