From 1db6b733b07888b7768d6a4c4b3d085fcef0a3b8 Mon Sep 17 00:00:00 2001 From: bnguyen-bcgsc Date: Wed, 27 Mar 2024 09:33:11 -0700 Subject: [PATCH] - DEVSU-2244 - Add missing dependencies in Rapid Summary --- app/views/ReportView/components/RapidSummary/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/ReportView/components/RapidSummary/index.tsx b/app/views/ReportView/components/RapidSummary/index.tsx index b3b326ea6..fe8546507 100644 --- a/app/views/ReportView/components/RapidSummary/index.tsx +++ b/app/views/ReportView/components/RapidSummary/index.tsx @@ -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,