Skip to content

Commit 152c136

Browse files
committed
add tCellCd8 data to prop on close
- New bug related to line 126 of the ReportView index.tsx - Error message: Cannot read properties of undefined (reading 'diagnosis') TypeError: Cannot read properties of undefined (reading 'diagnosis') at ReportView
1 parent 55d80db commit 152c136

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ const GenomicSummary = ({
564564
<TumourSummaryEdit
565565
microbial={microbial}
566566
report={report}
567+
tCellCd8={tCellCd8}
567568
mutationBurden={primaryBurden}
568569
tmburMutBur={tmburMutBur}
569570
isOpen={showTumourSummaryEdit}

0 commit comments

Comments
 (0)