Skip to content

Commit

Permalink
Merge pull request #451 from bcgsc/release/v6.29.1
Browse files Browse the repository at this point in the history
Release/v6.29.1
  • Loading branch information
bnguyen-bcgsc authored Apr 12, 2024
2 parents d9c8598 + 9e16616 commit bab5c18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions app/views/ReportView/components/RapidSummary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,7 @@ const RapidSummary = ({
setTumourSummary([
{
term: 'Pathology Tumour Content',
value: `${
report.sampleInfo?.find((samp) => samp?.Sample?.toLowerCase() === 'tumour')['Patho TC'] ?? ''
}`,
value: `${report.sampleInfo?.find((samp) => samp?.Sample?.toLowerCase() === 'tumour')['Patho TC'] ?? ''}`,
},
{
term: 'M1M2 Score',
Expand Down Expand Up @@ -386,8 +384,8 @@ const RapidSummary = ({
value: msiStatus,
},
]);
}, [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]);
}, [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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ipr-client",
"version": "6.29.0",
"version": "6.29.1",
"keywords": [],
"license": "GPL-3.0",
"sideEffects": false,
Expand Down

0 comments on commit bab5c18

Please sign in to comment.