Skip to content

Commit

Permalink
remove blood cancer sample report
Browse files Browse the repository at this point in the history
  • Loading branch information
alifr committed Jul 2, 2020
1 parent 93f41d2 commit eb1e1d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/pages/expect/BiomarkerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ const BiomarkerTest = () => {
<Typography variant="h2" component="h2" paragraph={true}>
<RenderContent source={t('sections.2.title')} />
</Typography>

{/* Solid tumor sample report and guide */}
<Typography variant="h3" component="h3" className={classes.h3}>
<RenderContent source={t('sections.2.subtitle.0')} />
</Typography>
Expand Down Expand Up @@ -211,7 +213,8 @@ const BiomarkerTest = () => {
</Grid>
</Grid>

<Typography variant="h3" component="h3" className={classes.h3}>
{/* Blood cancer sample report - pending from NCI */}
{/* <Typography variant="h3" component="h3" className={classes.h3}>
<RenderContent source={t('sections.2.subtitle.1')} />
</Typography>
<Grid container mt={2} spacing={2} className={classes.samples}>
Expand All @@ -230,7 +233,7 @@ const BiomarkerTest = () => {
</Box>
</Paper>
</Grid>
</Grid>
</Grid> */}
</Box>

<Divider className={classes.divider} />
Expand Down

0 comments on commit eb1e1d7

Please sign in to comment.