File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/views/ReportView/components/RapidSummary Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ const therapeuticAssociationColDefs = [
39
39
hide : false ,
40
40
} ,
41
41
{
42
- headerName : 'Alt/Total (Tumour DNA )' ,
43
- colId : 'Alt/Total (Tumour DNA )' ,
42
+ headerName : 'Alt/Total (Tumour)' ,
43
+ colId : 'Alt/Total (Tumour)' ,
44
44
valueGetter : ( { data : { tumourAltCount, tumourDepth } } ) => {
45
45
if ( tumourAltCount !== null && tumourDepth !== null ) {
46
46
return `${ tumourAltCount } /${ tumourDepth } ` ;
@@ -91,8 +91,8 @@ const cancerRelevanceColDefs = [
91
91
hide : false ,
92
92
} ,
93
93
{
94
- headerName : 'Alt/Total (Tumour DNA )' ,
95
- colId : 'Alt/Total (Tumour DNA )' ,
94
+ headerName : 'Alt/Total (Tumour)' ,
95
+ colId : 'Alt/Total (Tumour)' ,
96
96
valueGetter : ( { data : { tumourAltCount, tumourDepth } } ) => {
97
97
if ( tumourAltCount && tumourDepth ) {
98
98
return `${ tumourAltCount } /${ tumourDepth } ` ;
You can’t perform that action at this time.
0 commit comments