Skip to content

Commit b4a456d

Browse files
committed
fix bug and closing branch
1 parent 152c136 commit b4a456d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/TumourSummaryEdit/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ const TumourSummaryEdit = ({
226226
onClose(
227227
true,
228228
microbialDirty ? microbialResp : null,
229-
tCellCd8Dirty ? immuneResp.find(({cellType}) => cellType === 'T cells CD8') : null,
230229
reportDirty ? reportResp : null,
230+
tCellCd8Dirty ? immuneResp.find(({cellType}) => cellType === 'T cells CD8') : null,
231231
mutationBurdenDirty ? mutationBurdenResp.find((mb) => mb.role === 'primary') : null,
232232
tmburMutDirty ? tmburMutResp : null,
233233
);

0 commit comments

Comments
 (0)