We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152c136 commit b4a456dCopy full SHA for b4a456d
app/components/TumourSummaryEdit/index.tsx
@@ -226,8 +226,8 @@ const TumourSummaryEdit = ({
226
onClose(
227
true,
228
microbialDirty ? microbialResp : null,
229
- tCellCd8Dirty ? immuneResp.find(({cellType}) => cellType === 'T cells CD8') : null,
230
reportDirty ? reportResp : null,
+ tCellCd8Dirty ? immuneResp.find(({cellType}) => cellType === 'T cells CD8') : null,
231
mutationBurdenDirty ? mutationBurdenResp.find((mb) => mb.role === 'primary') : null,
232
tmburMutDirty ? tmburMutResp : null,
233
);
0 commit comments