Skip to content

Commit cdbe7d8

Browse files
committed
feat/DEVSU-2213-CD8T-score-editable
- DEVSU-2213 - Lint and bugfix
1 parent 4d3bbfc commit cdbe7d8

File tree

2 files changed

+2
-2
lines changed
  • app

2 files changed

+2
-2
lines changed

app/components/TumourSummaryEdit/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ const TumourSummaryEdit = ({
463463
fullWidth
464464
type="number"
465465
/>
466-
</>;
466+
</>
467467
), [newTmburMutData?.genomeSnvTmb, newTmburMutData?.genomeIndelTmb, handleTmburChange]);
468468

469469
return (

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const GenomicSummary = ({
164164

165165
setPrimaryComparator(comparatorsResp.find(({ analysisRole }) => analysisRole === 'mutation burden (primary)'));
166166
setPrimaryBurden(burdenResp.find((entry: Record<string, unknown>) => entry.role === 'primary'));
167-
setTCellCd8(immuneResp.find(({cellType}) => cellType === 'T cells CD8'));
167+
setTCellCd8(immuneResp.find(({ cellType }) => cellType === 'T cells CD8'));
168168
setSignatures(signaturesResp);
169169

170170
if (microbialResp.length) {

0 commit comments

Comments
 (0)