Skip to content

Commit

Permalink
adjust the name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelliney committed Sep 12, 2024
1 parent 37b510c commit 7dd4281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/plots/PlotsTabUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const dataTypeToDisplayType: { [s: string]: string } = {
[AlterationTypeConstants.METHYLATION]: 'DNA Methylation',
[CLIN_ATTR_DATA_TYPE]: 'Clinical Attribute',
[GENESET_DATA_TYPE]: 'Gene Sets',
[CUSTOM_ATTR_DATA_TYPE]: 'Custom Attribute',
[CUSTOM_ATTR_DATA_TYPE]: 'Custom Data',
};

export const NO_GENE_OPTION = {
Expand Down

0 comments on commit 7dd4281

Please sign in to comment.