Skip to content

Commit

Permalink
[DUOS-2756] Remove data submitter from data libraries (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Nov 9, 2023
1 parent 8cfc3d5 commit 842faa5
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 842faa5

Please sign in to comment.