Skip to content

Commit

Permalink
Remove project names
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional committed Sep 11, 2023
1 parent 0122173 commit edae273
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions web/src/pages/billing/SeqrProportionalMapGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,37 +134,8 @@ const SeqrProportionalMapGraph: React.FunctionComponent<ISeqrProportionalMapGrap
React.useEffect(() => {
setProjectSelections(
[
'acute-care',
'seqr',
'perth-neuro',
'rdnow',
'ravenscroft-rdstudy',
'heartkids',
'circa',
'hereditary-neuro',
'schr-neuro',
'ravenscroft-arch',
'leukodystrophies',
'brain-malf',
'mito-disease',
'epileptic-enceph',
'ohmr3-mendelian',
'ohmr4-epilepsy',
'validation',
'flinders-ophthal',
'ibmdx',
'mcri-lrp',
'mcri-lrp-test',
'kidgen',
'ag-hidden',
'udn-aus',
'udn-aus-training',
'rdp-kidney',
'broad-rgp',
'genomic-autopsy',
'mito-mdt',
'ag-cardiac',
'ag-very-hidden',
'Seqr-1',
'Seqr-2',
].reduce(
(prev: { [project: string]: boolean }, project: string) => ({
...prev,
Expand Down

0 comments on commit edae273

Please sign in to comment.