Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkonecn committed Nov 26, 2024
1 parent f4cb780 commit 8458c59
Showing 1 changed file with 2 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,22 +678,8 @@ export class SomaticGermlineAlterationPage extends React.Component<
Genomic Indicators
</MiniNavBarHeader>
<GenomicIndicatorTable
data={[
{
name:
'BRCA1-associated hereditary breast and ovarian cancer syndrome',
knownEffect: '',
alterations: [
{
name: 'Pathogenic Variants',
alteration: '',
},
],
description:
'A single variant in BRCA1 causes hereditary breast and ovarian cancer (HBOC) syndrome, which is associated with an increased risk for breast, ovarian, prostate, pancreatic, and other cancers.',
} as any,
]}
isPending={false}
data={this.store.genomicIndicators.result}
isPending={this.store.genomicIndicators.isPending}
/>
<MiniNavBarHeader id="clinical-implications">
Clinical Implications
Expand Down

0 comments on commit 8458c59

Please sign in to comment.