Skip to content

Commit 2221507

Browse files
committed
Continue to refactor of CohortComparision
1 parent 4930789 commit 2221507

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/frontend/src/features/CohortComparison/CohortComparison.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
import React, { useState } from 'react';
22
import { pickBy } from 'lodash';
33
import { LoadingOverlay } from '@mantine/core';
4-
import {
5-
convertFilterSetToGqlFilter,
6-
FilterSet,
7-
useCohortFacetsQuery,
8-
} from '@gen3/core';
4+
import { convertFilterSetToGqlFilter, FilterSet, useCohortFacetsQuery, } from '@gen3/core';
95

106
import CohortCard from './CohortCard/CohortCard';
117
import FacetCard from './FacetCard';
@@ -123,7 +119,7 @@ const CohortComparison: React.FC<CohortComparisonProps> = ({
123119
setSelectedCards={setSelectedCards}
124120
counts={counts}
125121
cohorts={cohorts}
126-
options={fields}
122+
options={{}}
127123
index={index}
128124
survivalPlotSelectable={survivalPlotSelectable}
129125
objectsFetching={cohortFacetsFetching}

0 commit comments

Comments
 (0)