Skip to content

Commit

Permalink
- DEVSU-2244
Browse files Browse the repository at this point in the history
- Add missing dependencies in Rapid Summary
  • Loading branch information
bnguyen-bcgsc committed Mar 27, 2024
1 parent 2071124 commit 1db6b73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/ReportView/components/RapidSummary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,8 @@ const RapidSummary = ({
value: msiStatus,
},
]);
}, [microbial, primaryBurden, tmburMutBur, report.m1m2Score, report.sampleInfo, report.tumourContent, tCellCd8.percentile, tCellCd8.score, report.captiv8Score, tCellCd8.percentileHidden, tCellCd8]);
}, [microbial, primaryBurden, tmburMutBur, report.m1m2Score, report.sampleInfo, report.tumourContent, tCellCd8.percentile, tCellCd8.score, report.captiv8Score,
tCellCd8.percentileHidden, tCellCd8, tCellCd8.pedsScoreComment, tmburMutBur.adjustedTmb, tmburMutBur.tmbHidden, tCellCd8.pedsScore, tCellCd8.pedsPercentile]);

const handlePatientEditClose = useCallback((
newPatientData: PatientInformationType,
Expand Down

0 comments on commit 1db6b73

Please sign in to comment.