Skip to content

Commit

Permalink
Remove fields other than Loculus from DatasetForm
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoran-chen committed Mar 7, 2024
1 parent b51f4cc commit b5fa6a5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions website/src/components/DatasetCitations/DatasetForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,6 @@ export const DatasetForm: FC<DatasetFormProps> = ({ clientConfig, accessToken, e
accession,
type: DatasetRecordType.loculus,
})),
...getAccessionsByType(DatasetRecordType.genbank).map((accession) => ({
accession,
type: DatasetRecordType.genbank,
})),
...getAccessionsByType(DatasetRecordType.sra).map((accession) => ({
accession,
type: DatasetRecordType.sra,
})),
...getAccessionsByType(DatasetRecordType.gisaid).map((accession) => ({
accession,
type: DatasetRecordType.gisaid,
})),
],
};
};
Expand Down

0 comments on commit b5fa6a5

Please sign in to comment.