Skip to content

Commit 9a719ed

Browse files
committed
Small fix for Genomic Summary
- Small revision for Genomic summary
1 parent d4b0564 commit 9a719ed

File tree

1 file changed

+1
-1
lines changed
  • app/views/ReportView/components/GenomicSummary

1 file changed

+1
-1
lines changed

app/views/ReportView/components/GenomicSummary/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ const GenomicSummary = ({
610610
{dataSection}
611611
</div>
612612
);
613-
}, [canEdit, classNamePrefix, handleTumourSummaryEditClose, microbial, primaryBurden, tmburMutBur, report, showTumourSummaryEdit, tumourSummary, printVersion]);
613+
}, [canEdit, classNamePrefix, handleTumourSummaryEditClose, microbial, tCellCd8, primaryBurden, tmburMutBur, report, showTumourSummaryEdit, tumourSummary, printVersion]);
614614

615615
const alterationsSection = useMemo(() => {
616616
let titleSection = (

0 commit comments

Comments
 (0)