File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/src/components/views/compareSideBySide Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ import { GsAggregate } from '../../genspectrum/GsAggregate.tsx';
1111import { GsMutations } from '../../genspectrum/GsMutations.tsx' ;
1212import { GsPrevalenceOverTime } from '../../genspectrum/GsPrevalenceOverTime.tsx' ;
1313
14- export type GenericCompareSideBySideDataDisplayDisplayProps = {
14+ export type GenericCompareSideBySideDataDisplayProps = {
1515 organismViewKey : `${OrganismWithViewKey < typeof compareSideBySideViewKey > } .${typeof compareSideBySideViewKey } `;
1616 organismsConfig : OrganismsConfig ;
1717 datasetAndVariantData : DatasetAndVariantData ;
1818 hideMutationComponents ?: boolean ;
1919} ;
2020
21- export const GenericCompareSideBySideDataDisplay : FC < GenericCompareSideBySideDataDisplayDisplayProps > = ( {
21+ export const GenericCompareSideBySideDataDisplay : FC < GenericCompareSideBySideDataDisplayProps > = ( {
2222 organismViewKey,
2323 organismsConfig,
2424 datasetAndVariantData,
You can’t perform that action at this time.
0 commit comments