Skip to content

Commit

Permalink
remove affiliation names from dataset metadata panel
Browse files Browse the repository at this point in the history
  • Loading branch information
kne42 committed Jan 24, 2024
1 parent a5b7fc6 commit baac51b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ export function DatasetMetadataTable({
className: 'leading-sds-body-xs',
},

{
label: t('affiliationNames'),
values:
dataset.authors_with_affiliation
?.map((author) => author.affiliation_name ?? '')
.filter((value): value is string => !!value) ?? [],
},

{
label: t('grantID'),
values: Array.from(
Expand Down

0 comments on commit baac51b

Please sign in to comment.