Skip to content

Commit bab5c18

Browse files
Merge pull request #451 from bcgsc/release/v6.29.1
Release/v6.29.1
2 parents d9c8598 + 9e16616 commit bab5c18

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,7 @@ const RapidSummary = ({
326326
setTumourSummary([
327327
{
328328
term: 'Pathology Tumour Content',
329-
value: `${
330-
report.sampleInfo?.find((samp) => samp?.Sample?.toLowerCase() === 'tumour')['Patho TC'] ?? ''
331-
}`,
329+
value: `${report.sampleInfo?.find((samp) => samp?.Sample?.toLowerCase() === 'tumour')['Patho TC'] ?? ''}`,
332330
},
333331
{
334332
term: 'M1M2 Score',
@@ -386,8 +384,8 @@ const RapidSummary = ({
386384
value: msiStatus,
387385
},
388386
]);
389-
}, [microbial, primaryBurden, tmburMutBur, report.m1m2Score, report.sampleInfo, report.tumourContent, tCellCd8.percentile, tCellCd8.score, report.captiv8Score,
390-
tCellCd8.percentileHidden, tCellCd8, tCellCd8.pedsScoreComment, tmburMutBur.adjustedTmb, tmburMutBur.tmbHidden, tCellCd8.pedsScore, tCellCd8.pedsPercentile]);
387+
}, [microbial, primaryBurden, tmburMutBur, report.m1m2Score, report.sampleInfo, report.tumourContent, tCellCd8?.percentile, tCellCd8?.score, report.captiv8Score,
388+
tCellCd8?.percentileHidden, tCellCd8, tCellCd8?.pedsScoreComment, tmburMutBur?.adjustedTmb, tmburMutBur?.tmbHidden, tCellCd8?.pedsScore, tCellCd8?.pedsPercentile]);
391389

392390
const handlePatientEditClose = useCallback((
393391
newPatientData: PatientInformationType,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "ipr-client",
4-
"version": "6.29.0",
4+
"version": "6.29.1",
55
"keywords": [],
66
"license": "GPL-3.0",
77
"sideEffects": false,

0 commit comments

Comments
 (0)